Add filmweb_watchlist input plugin#2034
Conversation
There was a problem hiding this comment.
Not a very good assumption. What if something changes and it's no longer sorted or sorted differently?
15252bd to
77ac065
Compare
|
Any plans on merging? |
There was a problem hiding this comment.
This pattern is kinda weird. We have a DependencyError exception for scenarios like this one
There was a problem hiding this comment.
Did you test on both python 2 and 3? If it expects bytes it need to be handled differently
There was a problem hiding this comment.
It works in Python 3 without str. What should I do then?
There was a problem hiding this comment.
Please paste the error you get without it on python 2
There was a problem hiding this comment.
2017-12-21 13:27 CRITICAL plugin populate-movie-list Authentication request failed, reason (20, u'Incorrect JSON format')
There was a problem hiding this comment.
addfrom builtins import *
and then readd the str.
Does this work correctly for both cases?
There was a problem hiding this comment.
I added this line
from builtins import * # noqa pylint: disable=unused-import, redefined-builtinand left this line
fw.login(str(config['login']), str(config['password']))untouched
Works both python 2 and 3.
Is this what you wanted to me to change?
There was a problem hiding this comment.
Please put this import at the top, directly below __future__
|
Please resync from develop branch |
|
Done |
|
Bah, can you please fix that codacy issue so everything will be green please? 😁 |
|
I am using Not sure what I can do about that. |
|
Nm, merged. |
|
sure |
Motivation for changes:
I want to be able to use my filmweb watch list as an input for Flexget.
Requirements
Config usage if relevant (new plugin or updated schema):
Log and/or tests output (preferably both):
To Do: