Sebastian Schreck
Sebastian Schreck
For some reason AllocineParser is restarting the parsing. This might be caused by an AttributeError, which is then handled by https://github.com/StegSchreck/RatS/blob/master/RatS/base/base_ratings_parser.py#L35 In my test runs it was always the same...
Right, this was a workaround at the beginning to initialize the source `Site` object. I agree that it would be cleaner to separate the initialization from the login. Thanks for...
Hey. Sure, glad to have some help. I was thinking about a file in the repository which will be written by Travis when a tag is pushed and the build...
I think the latest git tag would make most sense. e.g. ``` touch version echo `git describe --tags --always` | awk '{split($0,a,"-"); print a[1]}' > version ```
for the backwards compatibility I would suggest to assume the local copy is outdated, when no version file is present.
Yeah, the captcha is a thing that is very hard to bypass just from the code. (As it is intended to) Haven't figured out yet what conditions trigger it on...
I did not have time to invest here unfortunately. As mentioned before, Captchas are very much designed for this purpose. You could try to run the script once with the...
> so the script would be "python3 transfer_ratings.py --source trakt --destination imdb -x"? exactly :)
I was thinking to login in Firefox separately, before running the script.
* as argument is not feasible when using multiple destinations * prompt when needed is not comfortable, when starting the script and letting it run (as it might take a...