-
Notifications
You must be signed in to change notification settings - Fork 481
torrent_cache plugin isn't adding valid urls #2307
Description
guys, the "magnets: no" option which uses itorrents, zoink and torrage isnt working (maybe a login page?, Unexpected html content received from) it seems to be cause they have changed their URL
ive narrowed down the issue with torrage in that where flexget is looking for "http://torrage.com/torrent/f22dac9a98944c1a6528daaf1d0ee3d20c0977ac.torrent" it should actually be looking for "http://torrage.info/torrent.php?h=f22dac9a98944c1a6528daaf1d0ee3d20c0977ac" and even after that it needs to download it which is "https://t.torrage.info/download?h=f22dac9a98944c1a6528daaf1d0ee3d20c0977ac" looking at the code (https://github.com/Flexget/Flexget/blob/develop/flexget/plugins/services/torrent_cache.py#L13) the extension .torrent gets added, but making it not do that in this case is out of my depth
thetorrent changes are as follows. going to this returns a download page and not the actual torrent file (https://thetorrent.org/f22dac9a98944c1a6528daaf1d0ee3d20c0977ac.torrent) and the download link has a extra bit at the end which changes (http://thetorrent.org/F22DAC9A98944C1A6528DAAF1D0EE3D20C0977AC.torrent?_=5c489047a2afc) (http://thetorrent.org/4E4F9A62C273341CF008598CCF3E9312A7789E05.torrent?_=5c48922c8e7c7) and the torrent file wont download without it
as for zoink, it redirects to eztv and i couldnt find any torrent caching system with them.