Usage: ezget Scrapes websites for new magnet links and creates torrent files in rtorrent's watch_dir. To use this feature, put the following line in your ~/.rtorrent.rc: schedule = watch_dir,0,10,"load_start=~/*.torrent,d.delete_tied=" This will automatically start downloading .torrent files placed in your home directory. Options can be specified in ~/.ezget/config like this: # save new torrents here; should be the same as watch_dir above directory ~ # ignore HD torrents (download everything by default) exclude (720|1080)p Additionally, put the list of URLs to check in ~/.ezget/urls, for example: https://eztv.it/shows/7/american-dad/ https://eztv.it/shows/92/family-guy/ Downloaded torrents are stored in ~/.ezget/done so that they are not added again. The latest version of this script can be retrieved by running git clone git://araneo.org/ezget.git