Skip to content

Instantly share code, notes, and snippets.

@tonyrulez
tonyrulez / quiterss_multiple_URL.ahk
Last active January 16, 2021 08:42
Youtube feed (or other URL) batch import to QuiteRSS with AHK
; Import multiple URLs to QuiteRSS through manual import
; Required: QuiteRSS open, Notepad++ open with the URL list
;
; To get your Youtube subscriptions:
; goto https://www.youtube.com/feed/channels
; scroll to bottom so all the channels show up!
; in console run $$("#main-link.channel-link").reduce((str, el)=>str+'\n'+el.href) and copy all the URLs into Notepad++ (every line is one URL)
; open QuiteRSS, create youtube folder, and select it (so every feed goes into that folder)
Loop
@tonyrulez
tonyrulez / .rtorrent.rc
Created June 2, 2020 06:16
rtorrent configs
directory.default.set = /opt/rtorrent/download
session.path.set = /opt/rtorrent/session
schedule2 = watch_directory,5,5,load.normal=/opt/rtorrent/watch/*.torrent
schedule2 = low_diskspace,5,60,close_low_diskspace=2000M
network.port_range.set = 6882-6882
throttle.global_up.max_rate.set_kb = 0
throttle.global_down.max_rate.set_kb = 0
trackers.use_udp.set = yes
throttle.max_uploads.set = 200
throttle.min_peers.normal.set=10
@tonyrulez
tonyrulez / .bashrc
Created August 29, 2019 13:08
Beautify terminal
#!/bin/sh
## +-----------------------------------+-----------------------------------+
## | |
## | FANCY BASH PROMT |
## | |
## | Copyright (c) 2018, Andres Gongora <mail@andresgongora.com>. |
## | |
## | This program is free software: you can redistribute it and/or modify |
## | it under the terms of the GNU General Public License as published by |