@SQUiD wrote:
Hi there
I'm quite new to using flexget and currently having trouble with my config file. The end goal is for flexget to look at my watchlist on IMDB and download those from Torrentday when they become available.
It appears that my watchlist is working as it imports, the trouble appears to be around the RSS feed. I've tested by adding a movie to the IMDB watchlist that is currently available via RSS and it doesn't snatch.
If there is a better way to set this up I'm all for it
my config
########################TEMPLATES############################## templates: global: # REJECT ANY TORRENT THAT CONTAINS ONE OF THESE # WORDS IN BETWEEN A SPACE OR A DOT regexp: reject: - (?i)[ .]cam[ .] - (?i)[ .]bdscr[ .] - (?i)[ .]dvdscr[ .] - (?i)[ .]preair[ .] - (?i)[ .]ppvrip[ .] - (?i)[ .]r5[ .] - (?i)[ .]tc[ .] - (?i)[ .]ts[ .] - (?i)[ .]ecc[ .] - (?i)[ .]avc[ .] - (?i)[ .]avi[ .] - (?i)[ .]qebs[ .] - (?i)[ .]hdtc[ .] - (?i)[ .]hdcam[ .] - (?i)[ .]telesync[ .] - (?i)[ .]webhd[ .] - (?i)[ .]webrip[ .] - (?i)[ .]ac3d[ .] - (?i)[ .]dtsd[ .] - (?i)[ .]md[ .] - (?i)[ .]ld[ .] - (?i)[ .]3d[ .] - (?i)[ .]legi0n[ .] - (?i)[ .]ift[ .] - (?i)[ .]exdt[ .] - (?i)[ .]bdp[ .] - (?i)[ .]german[ .] - (?i)[ .]dutch[ .] - (?i)[ .]french[ .] - (?i)[ .]truefrench[ .] - (?i)[ .]danish[ .] - (?i)[ .]swedish[ .] - (?i)[ .]spanish[ .] - (?i)[ .]italian[ .] - (?i)[ .]korean[ .] - (?i)[ .]dubbed[ .] - (?i)[ .]swesub[ .] - (?i)[ .]korsub[ .] - (?i)[ .]dksubs[ .] - (?i)[ .]vain[ .] movies: quality: - 1080p h264 imdb_lookup: yes list_match: from: - movie_list: mymovies inputs: - rss: https://www.torrentday.com/t.rss?download;5;11;u= xxxxxx;tp=xxxxxx download: /Users/xxxxxx/Downloads movies_search: quality: 1080p h264 content_size: min: 6000 max: 14000 strict: no ########################tasks############################## tasks: moviesTOdiscoverFROMtd: discover: what: - movie_list: mymovies from: - torrentday: uid: 'xxxxxx' cfduid: xxxxxx passkey: xxxxxx rss_key: https://www.torrentday.com/t.rss?download;5;11;u= xxxxxx;tp= xxxxxx category: movHD list_match: from: - movie_list: mymovies list_remove: - movie_list: mymovies IMPORT-MOVIES: imdb_watchlist: user_id: xxxxxx list: watchlist #force_language: es-mx accept_all: yes list_add: - movie_list: mymovies priority: 2 ########################schedules############################## schedules: # Run every task - tasks: moviesTOdiscoverFROMtd interval: minutes: 10 # Run task_a and task_b every 15 minutes - tasks: [IMPORT-MOVIES, moviesTOdiscoverFROMtd] interval: minutes: 15
Posts: 4
Participants: 3