The torrentleech output plugin is temporarily using the V4 api#2117
The torrentleech output plugin is temporarily using the V4 api#2117liiight merged 2 commits intoFlexget:developfrom carlba:feature/temp_use_torrentleech_v4_api
Conversation
- The V5 introduces changes that would require a major rewrite of the plugin. This fix temporarily makes the plugin work again.
|
I'm not sure what's going on but all of my attempted torrentleech downloads return the following 2018-05-01 21:59 VERBOSE task My-TV-Shows REJECTED: I am on Flexget Version 2.13.14, python version 2.7.14, and have tried installed in virutalenv and outside of virtualenv. I'm not certain which version i was on when i upgraded to 2.13.14 but i rolled back to 2.12.0 in order to see if that fixed it, and it didn't. Any insight that you may be able to provide would be greatly appreciated. |
|
It's the Request headers User-Agent are causing the Download to fail. I've been trying to work around it because setting User-Agent using the headers plugin is not working. @sisfs if you take a look at my config in my repo, I'm using exec to DL using wget and then a simple filesystem input to actually load it into a DL-er. |
|
@blsmit5728 I'm trying out your method on my config now. I'll report back once the first run is though and i see if anything downloads. Thanks for the work you did! |
|
@sisfs make sure to take a look at tv-global, the two deluge templates, the local-torrents-tv and the tv-my-shows etc. it's kind of strewn about. |
|
@blsmit5728 I added the user-agent line to my respective tasks and it was enough to fix the issue that i was having; thanks a ton for doing the ground work!!!! |
plugin. This fix temporarily makes the plugin work again.
Motivation for changes:
Detailed changes:
v4.torrentleech.org
Addressed issues: