[add] Added free parameter to iptorrents search plugin#2697
Conversation
|
IPTorrents functionality is great, but there is one major hindrance that I've experienced with it beyond the feature I'm implementing in this PR. IPTorrents searches by the IMDB ID when you use the Currently Flexget appears to use the title of the show or movie which does not always return results, especially in the case of TV shows. I've tried inspecting the requests and responses to/from IPTorrents and I can't figure out where the IMDB ID succeeds in matching listings because it's not in the title and not in the tags. Anyway, I'd like to implement searching by IMDB ID as a feature alongside this. Is there a list of plugins/components that would need to support injecting the IMDB ID into the |
|
I left another comment earlier about another feature request, if that could be addressed I'd like to get started on that in my spare time. |
liiight
left a comment
There was a problem hiding this comment.
LGTM. Everything works with these changes, correct?
|
I did some various testing to be sure before I gave the all-clear, and I discovered that the plugin was ultimately searching with URLs like I also discovered that the freeleech-only search depends on where you place the You can see that the parameter now functions as expected, I confirmed the results using the web interface and by turning Freeleech on and off. On: Off: |
|
@bobcatthebaker thank you for this! |
Motivation for changes:
To be able to search IPTorrents for freeleech-only results.
Detailed changes:
freeparameter to the IPTorrents search plugin schema that will include&free=onin the URL if set toTrue.Addressed issues:
Implemented feature requests:
Config usage if relevant (new plugin or updated schema):
Log and/or tests output (preferably both):
To Do: