@batong wrote:
Hello fellow FlexGetters!
I finally managed to move from movie_queue to movie_list, so I'm happy with that. But I seem to have problems with the Pirate Bay RSS feeds. I get the following error upon execution:
2016-08-10 13:30 WARNING inputs get-movies-with-imdb-rating Error during input plugin rss: Unable to download the RSS for task get-movies-with-imdb-rating (https://thepiratebay.org/rss/new/207): [Errno 1] _ssl.c:504: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error 2016-08-10 13:30 WARNING inputs get-movies-with-imdb-rating Error during input plugin rss: Unable to download the RSS for task get-movies-with-imdb-rating (https://thepiratebay.org/rss/top100/207): [Errno 1] _ssl.c:504: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error 2016-08-10 13:30 WARNING discover imdb_movies_search Input movie_list did not return anything
That particular part of the config looks like:
# get-movies-with-imdb-rating: # template: imdbmovie priority: 10 # movie_queue: add list_add: - movie_list: imdbmovielist inputs: - rss: https://thepiratebay.org/rss/new/207 - rss: https://thepiratebay.org/rss/top100/207 - rss: http://extratorrent.cc/rss.xml?cid=4 - rss: http://www.demonoid.pw/rss/1.xml
The extratorrent and demonoid feeds don't seem to generate any hits at all - but at least they are not giving errors.
For reference, the template imdbmovie: looks like this:
# Download new movies with a minimum score
imdbmovie:
#
template: movie
imdb:
min_score: 7.7
min_votes: 2000
min_year: 1950
reject_genres:
- horror
- film-noir
- musical
- sport
- music
accept_languages:
- english
- swedish
- estonianDoes anyone have any idea on how to fix it? The Pirate Bay is the best tracker after the demise of KAT, so it would be great to get this to work...
Posts: 1
Participants: 1