Skip to content

BUG: Unhandled error in plugin utorrent: unsupported operand type(s) for +: 'int' and 'str' #2555

@MARIUSmarius

Description

@MARIUSmarius

Expected behaviour:

Torrents should be added to utorrent.

Actual behaviour:

Script throws out error and does not add any torrents.

Steps to reproduce:

  • Step 1: New windows installation
  • Step 2: New utorrent installation with webui setup
  • Step 3: New flexget installation
  • Step 4: Copy over config.yml from previous installation, that worked without this error.
    Running flexget with *.bat file using task scheduler.

Config:

templates:
  tv:
    configure_series:
      settings:
        quality: 720p+
        quality: webrip+
        path: D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}
      from:
        trakt_list:
          account: -redacted-
          list: -redacted-
          type: shows
    utorrent:
      url: http://localhost:47480/gui/
      username: -redacted-
      password: -redacted-
tasks:
  2_showrss:
    priority: 2
    rss: http://showrss.info/user/17500.rss?magnets=true&namespaces=true&name=null&quality=anyhd&re=yes
    template: tv

Log:

(click to expand)
C:\Users\ht>flexget -L debug execute --tasks 2_showrss
2020-01-03 13:31:56 DEBUG    manager                       Figuring out config load paths
2020-01-03 13:31:56 DEBUG    manager                       Found config: C:\Users\ht\flexget\config.yml
2020-01-03 13:31:56 DEBUG    manager                       Config file C:\Users\ht\flexget\config.yml selected
2020-01-03 13:31:56 DEBUG    manager                       sys.defaultencoding: utf-8
2020-01-03 13:31:56 DEBUG    manager                       sys.getfilesystemencoding: utf-8
2020-01-03 13:31:56 DEBUG    manager                       flexget detected io encoding: utf-8
2020-01-03 13:31:56 DEBUG    manager                       os.path.supports_unicode_filenames: True
2020-01-03 13:31:56 DEBUG    plugin                        Trying to load plugins from: ['C:\\Users\\ht\\flexget\\plugins', 'c:\\users\\ht\\appdata\\local\\programs\\python\\python38\\lib\\site-packages\\flexget\\plugins']
2020-01-03 13:32:02 DEBUG    plugin                        Plugin `memusage` requires plugin `ext lib `guppy`` to load.
2020-01-03 13:32:03 DEBUG    plugin                        Trying to load components from: ['C:\\Users\\ht\\flexget\\components', 'c:\\users\\ht\\appdata\\local\\programs\\python\\python38\\lib\\site-packages\\flexget\\components']
2020-01-03 13:32:09 DEBUG    plugin                        Plugins took 12.34 seconds to load. 300 plugins in registry.
2020-01-03 13:32:09 DEBUG    manager                       Connecting to: sqlite:///C:\\Users\\ht\\flexget\\db-config.sqlite
2020-01-03 13:32:09 DEBUG    manager                       config_name: config
2020-01-03 13:32:09 DEBUG    manager                       config_base: C:\Users\ht\flexget
2020-01-03 13:32:10 DEBUG    manager                       New config data loaded.
2020-01-03 13:32:11 DEBUG    schema                        current flexget version already exist in db 3.0.30
2020-01-03 13:32:11 DEBUG    parsing                       setting default movie parser to internal. (options: {'guessit': <flexget.components.parsing.parsers.parser_guessit.ParserGuessit object at 0x0000020AE11ACEB0>, 'internal': <flexget.components.parsing.parsers.parser_internal.ParserInternal object at 0x0000020AE11B0070>})
2020-01-03 13:32:11 DEBUG    parsing                       setting default series parser to internal. (options: {'guessit': <flexget.components.parsing.parsers.parser_guessit.ParserGuessit object at 0x0000020AE11ACEB0>, 'internal': <flexget.components.parsing.parsers.parser_internal.ParserInternal object at 0x0000020AE11B0070>})
2020-01-03 13:32:11 DEBUG    cron_env                      Encoding utf-8 stored
2020-01-03 13:32:11 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'utf-8'
2020-01-03 13:32:11 DEBUG    task_queue                    task queue shutdown requested
2020-01-03 13:32:11 INFO     ipc.rpyc                      server started on [127.0.0.1]:65079
2020-01-03 13:32:11 DEBUG    task          2_showrss       executing 2_showrss
2020-01-03 13:32:11 DEBUG    template      2_showrss       Merging template tv into task 2_showrss
2020-01-03 13:32:11 DEBUG    input_cache   2_showrss       cache name: trakt_list_a13451d28e334b390e913fb4ec93c3eb (has: )
2020-01-03 13:32:11 DEBUG    input_cache   2_showrss       storing entries to cache trakt_list_a13451d28e334b390e913fb4ec93c3eb
2020-01-03 13:32:11 VERBOSE  trakt_list    2_showrss       Retrieving `shows` list `HDseries`
2020-01-03 13:32:11 DEBUG    utils.requests 2_showrss       GETing URL https://api.trakt.tv/users/me/lists/hdseries/items with args () and kwargs {'params': {'limit': 1000, 'page': 1}, 'allow_redirects': True, 'timeout': 30}
2020-01-03 13:32:12 DEBUG    input_cache   2_showrss       Storing cache trakt_list_a13451d28e334b390e913fb4ec93c3eb to database.
2020-01-03 13:32:13 DEBUG    remember_rej  2_showrss       Task config has changed since last run, purging remembered entries.
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Young Sheldon (2017)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Westworld (2016)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `The Haunting of Hill House (2018)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `The Handmaid's Tale (2017)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Stranger Things (2016)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Silicon Valley (2014)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Shameless (2011)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Philip K. Dick's Electric Dreams (2017)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Ozark (2017)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Modern Family (2009)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Mindhunter (2017)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Last Man Standing (2011)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `House of the Dragon (2021)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs: The Street (2019)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs: House of the Year (2015)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs New Zealand (2015)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs Australia (2010)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs Abroad (2004)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Grand Designs (1999)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Gotham (2014)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Family Guy (1999)` to task `2_showrss`
2020-01-03 13:32:13 DEBUG    series        2_showrss       connecting series `Dark (2017)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `Black Mirror (2011)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `Better Call Saul (2015)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `American Horror Story (2011)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `American Dad! (2005)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `American Crime Story (2016)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    series        2_showrss       connecting series `Altered Carbon (2018)` to task `2_showrss`
2020-01-03 13:32:14 DEBUG    input_cache   2_showrss       cache name: rss_8ba44b2c5490652b434ce1f2360504be (has: trakt_list_a13451d28e334b390e913fb4ec93c3eb)
2020-01-03 13:32:14 DEBUG    rss           2_showrss       Requesting task `2_showrss` url `http://showrss.info/user/17500.rss?magnets=true&namespaces=true&name=null&quality=anyhd&re=yes`
2020-01-03 13:32:14 DEBUG    utils.requests 2_showrss       GETing URL http://showrss.info/user/17500.rss?magnets=true&namespaces=true&name=null&quality=anyhd&re=yes with args () and kwargs {'timeout': 60, 'headers': {'User-Agent': 'FlexGet/3.0.30 (www.flexget.com)', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}, 'auth': None, 'allow_redirects': True}
2020-01-03 13:32:15 DEBUG    rss           2_showrss       encoding utf-8
2020-01-03 13:32:15 DEBUG    rss           2_showrss       Saving location in rss feed.
2020-01-03 13:32:15 DEBUG    util.simple_persistence 2_showrss       setting key 8ba44b2c5490652b434ce1f2360504be_last_entry value 'Last Man Standing US S08E02 PROPER 720p WEB x264 XLFa927a5d730fbffdb32a7a6d3236cd9626ff1b800'
2020-01-03 13:32:15 DEBUG    input_cache   2_showrss       storing entries to cache rss_8ba44b2c5490652b434ce1f2360504be
2020-01-03 13:32:15 DEBUG    backlog       2_showrss       Restoring Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:15 DEBUG    backlog       2_showrss       Restoring Vikings S06E02 1080p HDTV x264 LucidTV
2020-01-03 13:32:15 DEBUG    backlog       2_showrss       Restoring Vikings S06E01 1080p HDTV x264 LucidTV
2020-01-03 13:32:15 DEBUG    backlog       2_showrss       Restoring Vikings S06E02 720p HDTV x264 AVS
2020-01-03 13:32:15 DEBUG    backlog       2_showrss       Restoring Vikings S06E01 720p HDTV x264 AVS
2020-01-03 13:32:16 DEBUG    backlog       2_showrss       Restoring Modern Family S11E08 720p HDTV x264 AVS
2020-01-03 13:32:16 VERBOSE  backlog       2_showrss       Added 6 entries from backlog
2020-01-03 13:32:16 DEBUG    backlog       2_showrss       55 entries purged from backlog
2020-01-03 13:32:16 VERBOSE  details       2_showrss       Produced 55 entries.
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E02 PROPER 720p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Last Man Standing US S08E02 PROPER 720p WEB x264 XLF,name=Last Man Standing Us,id=(8, 2),season=8,season_pack=None,episode=2,quality=720p webdl h264,proper=1,status=OK)> (in 31.25 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E02 PROPER 1080p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Last Man Standing US S08E02 PROPER 1080p WEB x264 XLF,name=Last Man Standing Us,id=(8, 2),season=8,season_pack=None,episode=2,quality=1080p webdl h264,proper=1,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E01 1080p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Last Man Standing US S08E01 1080p WEB x264 XLF,name=Last Man Standing Us,id=(8, 1),season=8,season_pack=None,episode=1,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E01 720p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Last Man Standing US S08E01 720p WEB x264 XLF,name=Last Man Standing Us,id=(8, 1),season=8,season_pack=None,episode=1,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E05 1080p WEB H264 GHOSTS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E05 1080p WEB H264 GHOSTS,name=Vikings,id=(6, 5),season=6,season_pack=None,episode=5,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E05 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E05 720p HDTV x264 AVS,name=Vikings,id=(6, 5),season=6,season_pack=None,episode=5,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E08 1080p WEB h264 TBS,name=Shameless Us,id=(10, 8),season=10,season_pack=None,episode=8,quality=1080p webdl h264,proper=0,status=OK)> (in 31.25 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 720p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E08 720p WEB h264 TBS,name=Shameless Us,id=(10, 8),season=10,season_pack=None,episode=8,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E07 1080p WEB h264 TBS,name=Shameless Us,id=(10, 7),season=10,season_pack=None,episode=7,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 720p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E07 720p WEB h264 TBS,name=Shameless Us,id=(10, 7),season=10,season_pack=None,episode=7,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E04 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E04 1080p WEB h264 TBS,name=Vikings,id=(6, 4),season=6,season_pack=None,episode=4,quality=1080p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E04 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E04 720p HDTV x264 AVS,name=Vikings,id=(6, 4),season=6,season_pack=None,episode=4,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 1080p WEB x264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E11 1080p WEB x264 TBS,name=The Neighborhood,id=(2, 11),season=2,season_pack=None,episode=11,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E11 720p HDTV x264 AVS,name=The Neighborhood,id=(2, 11),season=2,season_pack=None,episode=11,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley,id=(0, 4),season=0,season_pack=None,episode=4,quality=1080p webrip h264 dd+5.1,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley,id=(0, 4),season=0,season_pack=None,episode=4,quality=720p webrip h264 dd+5.1,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Rick and Morty S04E05 1080p WEBRip x264 TBS` kwargs: {'name': None}
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Rick and Morty S04E05 1080p WEBRip x264 TBS,name=Rick And Morty,id=(4, 5),season=4,season_pack=None,episode=5,quality=1080p webrip h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:16 DEBUG    parser_internal 2_showrss       Parsing series: `Rick and Morty S04E05 720p WEBRip x264 TBS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Rick and Morty S04E05 720p WEBRip x264 TBS,name=Rick And Morty,id=(4, 5),season=4,season_pack=None,episode=5,quality=720p webrip h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Family Guy S18E09 1080p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Family Guy S18E09 1080p WEB x264 XLF,name=Family Guy,id=(18, 9),season=18,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Family Guy S18E09 720p WEB x264 XLF` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Family Guy S18E09 720p WEB x264 XLF,name=Family Guy,id=(18, 9),season=18,season_pack=None,episode=9,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 720p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E06 720p WEB h264 TBS,name=Shameless Us,id=(10, 6),season=10,season_pack=None,episode=6,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E06 1080p WEB h264 TBS,name=Shameless Us,id=(10, 6),season=10,season_pack=None,episode=6,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E10 1080p HDTV x264 LucidTV` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E10 1080p HDTV x264 LucidTV,name=Young Sheldon,id=(3, 10),season=3,season_pack=None,episode=10,quality=1080p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E10 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E10 720p HDTV x264 AVS,name=Young Sheldon,id=(3, 10),season=3,season_pack=None,episode=10,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 720p WEB h264 SKGTV` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Grand Tour S04E01 720p WEB h264 SKGTV,name=The Grand Tour,id=(4, 1),season=4,season_pack=None,episode=1,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 1080p WEB h264 SKGTV` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Grand Tour S04E01 1080p WEB h264 SKGTV,name=The Grand Tour,id=(4, 1),season=4,season_pack=None,episode=1,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E09 1080p WEB H264 METCON` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E09 1080p WEB H264 METCON,name=Modern Family,id=(11, 9),season=11,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E03 1080p HDTV x264 LucidTV` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E03 1080p HDTV x264 LucidTV,name=Vikings,id=(6, 3),season=6,season_pack=None,episode=3,quality=1080p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E03 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E03 720p HDTV x264 AVS,name=Vikings,id=(6, 3),season=6,season_pack=None,episode=3,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E00 The Saga of Floki 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E00 The Saga of Floki 1080p WEB h264 TBS,name=Vikings,id=(6, 0),season=6,season_pack=None,episode=0,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E09 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E09 720p HDTV x264 AVS,name=Modern Family,id=(11, 9),season=11,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': None}
2020-01-03 13:32:17 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb,name=God Friended Me,id=(2, 10),season=2,season_pack=None,episode=10,quality=720p webrip h264 dd+5.1,proper=1,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 Welcome to the Digital Divide REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E10 Welcome to the Digital Divide REPACK 720p AMZN WEBRip DDP5 1 x264 NTb,name=The Neighborhood,id=(2, 10),season=2,season_pack=None,episode=10,quality=720p webrip h264 dd+5.1,proper=1,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 REPACK 1080p WEB H264 AMCON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E10 REPACK 1080p WEB H264 AMCON,name=The Neighborhood,id=(2, 10),season=2,season_pack=None,episode=10,quality=1080p webdl h264,proper=1,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO,name=God Friended Me,id=(2, 10),season=2,season_pack=None,episode=10,quality=1080p webdl h264,proper=1,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Rick and Morty S04E04 REPACK 1080p AMZN WEBRip DDP5 1 x264 CtrlHD` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Rick and Morty S04E04 REPACK 1080p AMZN WEBRip DDP5 1 x264 CtrlHD,name=Rick And Morty,id=(4, 4),season=4,season_pack=None,episode=4,quality=1080p webrip h264 dd+5.1,proper=1,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 1080p WEB H264 AMCON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E10 1080p WEB H264 AMCON,name=The Neighborhood,id=(2, 10),season=2,season_pack=None,episode=10,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=The Neighborhood S02E10 720p HDTV x264 AVS,name=The Neighborhood,id=(2, 10),season=2,season_pack=None,episode=10,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 1080p HDTV x264 CRiMSON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 1080p HDTV x264 CRiMSON,name=Rick And Morty,id=(4, 4),season=4,season_pack=None,episode=4,quality=1080p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 720p HDTV x264 CRiMSON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 720p HDTV x264 CRiMSON,name=Rick And Morty,id=(4, 4),season=4,season_pack=None,episode=4,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=God Friended Me S02E10 1080p WEB H264 MEMENTO,name=God Friended Me,id=(2, 10),season=2,season_pack=None,episode=10,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 720p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S06E07 720p WEB h264 TBS,name=Silicon Valley,id=(6, 7),season=6,season_pack=None,episode=7,quality=720p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S06E07 1080p WEB h264 TBS,name=Silicon Valley,id=(6, 7),season=6,season_pack=None,episode=7,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=God Friended Me S02E10 720p HDTV x264 AVS,name=God Friended Me,id=(2, 10),season=2,season_pack=None,episode=10,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 720p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E05 720p WEB h264 TBS,name=Shameless Us,id=(10, 5),season=10,season_pack=None,episode=5,quality=720p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 1080p WEB h264 TBS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Shameless US S10E05 1080p WEB h264 TBS,name=Shameless Us,id=(10, 5),season=10,season_pack=None,episode=5,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E09 1080p WEB H264 AMCON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E09 1080p WEB H264 AMCON,name=Young Sheldon,id=(3, 9),season=3,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E09 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E09 720p HDTV x264 AVS,name=Young Sheldon,id=(3, 9),season=3,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E00 The Saga of Floki 720p HDTV x264 CROOKS` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E00 The Saga of Floki 720p HDTV x264 CROOKS,name=Vikings,id=(6, 0),season=6,season_pack=None,episode=0,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E08 1080p WEB H264 METCON` kwargs: {'name': None}
2020-01-03 13:32:18 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E08 1080p WEB H264 METCON,name=Modern Family,id=(11, 8),season=11,season_pack=None,episode=8,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E02 1080p HDTV x264 LucidTV` kwargs: {'name': None}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E02 1080p HDTV x264 LucidTV,name=Vikings,id=(6, 2),season=6,season_pack=None,episode=2,quality=1080p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E01 1080p HDTV x264 LucidTV` kwargs: {'name': None}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E01 1080p HDTV x264 LucidTV,name=Vikings,id=(6, 1),season=6,season_pack=None,episode=1,quality=1080p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E02 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E02 720p HDTV x264 AVS,name=Vikings,id=(6, 2),season=6,season_pack=None,episode=2,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Vikings S06E01 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Vikings S06E01 720p HDTV x264 AVS,name=Vikings,id=(6, 1),season=6,season_pack=None,episode=1,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E08 720p HDTV x264 AVS` kwargs: {'name': None}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E08 720p HDTV x264 AVS,name=Modern Family,id=(11, 8),season=11,season_pack=None,episode=8,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E10 1080p HDTV x264 LucidTV` kwargs: {'name': 'Young Sheldon (2017)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E10 1080p HDTV x264 LucidTV,name=Young Sheldon (2017),id=(3, 10),season=3,season_pack=None,episode=10,quality=1080p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:19 DEBUG    series        2_showrss       `Young Sheldon S03E10 1080p HDTV x264 LucidTV` detected as `<SeriesParseResult(data=Young Sheldon S03E10 1080p HDTV x264 LucidTV,name=Young Sheldon (2017),id=(3, 10),season=3,season_pack=None,episode=10,quality=1080p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:19 DEBUG    series        2_showrss       setting custom path for `Young Sheldon S03E10 1080p HDTV x264 LucidTV` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E10 720p HDTV x264 AVS` kwargs: {'name': 'Young Sheldon (2017)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E10 720p HDTV x264 AVS,name=Young Sheldon (2017),id=(3, 10),season=3,season_pack=None,episode=10,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    series        2_showrss       `Young Sheldon S03E10 720p HDTV x264 AVS` detected as `<SeriesParseResult(data=Young Sheldon S03E10 720p HDTV x264 AVS,name=Young Sheldon (2017),id=(3, 10),season=3,season_pack=None,episode=10,quality=720p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:19 DEBUG    series        2_showrss       setting custom path for `Young Sheldon S03E10 720p HDTV x264 AVS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E09 1080p WEB H264 AMCON` kwargs: {'name': 'Young Sheldon (2017)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E09 1080p WEB H264 AMCON,name=Young Sheldon (2017),id=(3, 9),season=3,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:19 DEBUG    series        2_showrss       `Young Sheldon S03E09 1080p WEB H264 AMCON` detected as `<SeriesParseResult(data=Young Sheldon S03E09 1080p WEB H264 AMCON,name=Young Sheldon (2017),id=(3, 9),season=3,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:19 DEBUG    series        2_showrss       setting custom path for `Young Sheldon S03E09 1080p WEB H264 AMCON` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `Young Sheldon S03E09 720p HDTV x264 AVS` kwargs: {'name': 'Young Sheldon (2017)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Young Sheldon S03E09 720p HDTV x264 AVS,name=Young Sheldon (2017),id=(3, 9),season=3,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:19 DEBUG    series        2_showrss       `Young Sheldon S03E09 720p HDTV x264 AVS` detected as `<SeriesParseResult(data=Young Sheldon S03E09 720p HDTV x264 AVS,name=Young Sheldon (2017),id=(3, 9),season=3,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:19 DEBUG    series        2_showrss       setting custom path for `Young Sheldon S03E09 720p HDTV x264 AVS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 REPACK 1080p WEB H264 AMCON` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 1080p WEB H264 AMCON` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 720p WEB h264 SKGTV` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 1080p WEB h264 SKGTV` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 720p HDTV x264 AVS` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 720p HDTV x264 AVS` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 Welcome to the Digital Divide REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:19 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 1080p WEB x264 TBS` kwargs: {'name': 'The Haunting of Hill House (2018)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 REPACK 1080p WEB H264 AMCON` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 1080p WEB H264 AMCON` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 720p WEB h264 SKGTV` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Grand Tour S04E01 1080p WEB h264 SKGTV` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 720p HDTV x264 AVS` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 720p HDTV x264 AVS` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E10 Welcome to the Digital Divide REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `The Neighborhood S02E11 1080p WEB x264 TBS` kwargs: {'name': "The Handmaid's Tale (2017)", 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 1080p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 720p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 720p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 1080p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 1080p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 1080p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 1080p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 720p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 720p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 720p WEB h264 TBS` kwargs: {'name': 'Stranger Things (2016)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 1080p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 720p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 720p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S06E07 720p WEB h264 TBS,name=Silicon Valley (2014),id=(6, 7),season=6,season_pack=None,episode=7,quality=720p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:20 DEBUG    series        2_showrss       `Silicon Valley S06E07 720p WEB h264 TBS` detected as `<SeriesParseResult(data=Silicon Valley S06E07 720p WEB h264 TBS,name=Silicon Valley (2014),id=(6, 7),season=6,season_pack=None,episode=7,quality=720p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:20 DEBUG    series        2_showrss       setting custom path for `Silicon Valley S06E07 720p WEB h264 TBS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley (2014),id=(0, 4),season=0,season_pack=None,episode=4,quality=1080p webrip h264 dd+5.1,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:20 DEBUG    series        2_showrss       `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` detected as `<SeriesParseResult(data=Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley (2014),id=(0, 4),season=0,season_pack=None,episode=4,quality=1080p webrip h264 dd+5.1,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:20 DEBUG    series        2_showrss       setting custom path for `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley (2014),id=(0, 4),season=0,season_pack=None,episode=4,quality=720p webrip h264 dd+5.1,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:20 DEBUG    series        2_showrss       `Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb` detected as `<SeriesParseResult(data=Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb,name=Silicon Valley (2014),id=(0, 4),season=0,season_pack=None,episode=4,quality=720p webrip h264 dd+5.1,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:20 DEBUG    series        2_showrss       setting custom path for `Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing series: `Silicon Valley S06E07 1080p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:20 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Silicon Valley S06E07 1080p WEB h264 TBS,name=Silicon Valley (2014),id=(6, 7),season=6,season_pack=None,episode=7,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:20 DEBUG    series        2_showrss       `Silicon Valley S06E07 1080p WEB h264 TBS` detected as `<SeriesParseResult(data=Silicon Valley S06E07 1080p WEB h264 TBS,name=Silicon Valley (2014),id=(6, 7),season=6,season_pack=None,episode=7,quality=1080p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:21 DEBUG    series        2_showrss       setting custom path for `Silicon Valley S06E07 1080p WEB h264 TBS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 1080p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 1080p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 1080p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 720p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 720p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 720p WEB h264 TBS` kwargs: {'name': 'Silicon Valley (2014)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 1080p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 720p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 1080p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 1080p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E08 1080p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E05 720p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E07 720p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Shameless US S10E06 720p WEB h264 TBS` kwargs: {'name': 'Shameless (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E08 1080p WEB H264 METCON` kwargs: {'name': 'Modern Family (2009)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E08 1080p WEB H264 METCON,name=Modern Family (2009),id=(11, 8),season=11,season_pack=None,episode=8,quality=1080p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:21 DEBUG    series        2_showrss       `Modern Family S11E08 1080p WEB H264 METCON` detected as `<SeriesParseResult(data=Modern Family S11E08 1080p WEB H264 METCON,name=Modern Family (2009),id=(11, 8),season=11,season_pack=None,episode=8,quality=1080p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:21 DEBUG    series        2_showrss       setting custom path for `Modern Family S11E08 1080p WEB H264 METCON` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E09 720p HDTV x264 AVS` kwargs: {'name': 'Modern Family (2009)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E09 720p HDTV x264 AVS,name=Modern Family (2009),id=(11, 9),season=11,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:21 DEBUG    series        2_showrss       `Modern Family S11E09 720p HDTV x264 AVS` detected as `<SeriesParseResult(data=Modern Family S11E09 720p HDTV x264 AVS,name=Modern Family (2009),id=(11, 9),season=11,season_pack=None,episode=9,quality=720p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:21 DEBUG    series        2_showrss       setting custom path for `Modern Family S11E09 720p HDTV x264 AVS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E08 720p HDTV x264 AVS` kwargs: {'name': 'Modern Family (2009)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E08 720p HDTV x264 AVS,name=Modern Family (2009),id=(11, 8),season=11,season_pack=None,episode=8,quality=720p hdtv h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:21 DEBUG    series        2_showrss       `Modern Family S11E08 720p HDTV x264 AVS` detected as `<SeriesParseResult(data=Modern Family S11E08 720p HDTV x264 AVS,name=Modern Family (2009),id=(11, 8),season=11,season_pack=None,episode=8,quality=720p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:21 DEBUG    series        2_showrss       setting custom path for `Modern Family S11E08 720p HDTV x264 AVS` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Modern Family S11E09 1080p WEB H264 METCON` kwargs: {'name': 'Modern Family (2009)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Modern Family S11E09 1080p WEB H264 METCON,name=Modern Family (2009),id=(11, 9),season=11,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 0.0 ms)
2020-01-03 13:32:21 DEBUG    series        2_showrss       `Modern Family S11E09 1080p WEB H264 METCON` detected as `<SeriesParseResult(data=Modern Family S11E09 1080p WEB H264 METCON,name=Modern Family (2009),id=(11, 9),season=11,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:21 DEBUG    series        2_showrss       setting custom path for `Modern Family S11E09 1080p WEB H264 METCON` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E02 PROPER 720p WEB x264 XLF` kwargs: {'name': 'Last Man Standing (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E01 1080p WEB x264 XLF` kwargs: {'name': 'Last Man Standing (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E02 PROPER 1080p WEB x264 XLF` kwargs: {'name': 'Last Man Standing (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `Last Man Standing US S08E01 720p WEB x264 XLF` kwargs: {'name': 'Last Man Standing (2011)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:21 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs: The Street (2019)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs: The Street (2019)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs: The Street (2019)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs: The Street (2019)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs: House of the Year (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs: House of the Year (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs: House of the Year (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs: House of the Year (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs New Zealand (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs New Zealand (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs New Zealand (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs New Zealand (2015)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs Australia (2010)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs Australia (2010)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs Australia (2010)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs Australia (2010)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs Abroad (2004)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs Abroad (2004)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs Abroad (2004)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs Abroad (2004)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Grand Designs (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Grand Designs (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Grand Designs (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb` kwargs: {'name': 'Gotham (2014)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 1080p WEB H264 MEMENTO` kwargs: {'name': 'Gotham (2014)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 720p HDTV x264 AVS` kwargs: {'name': 'Gotham (2014)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO` kwargs: {'name': 'Gotham (2014)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `Family Guy S18E09 720p WEB x264 XLF` kwargs: {'name': 'Family Guy (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Family Guy S18E09 720p WEB x264 XLF,name=Family Guy (1999),id=(18, 9),season=18,season_pack=None,episode=9,quality=720p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:22 DEBUG    series        2_showrss       `Family Guy S18E09 720p WEB x264 XLF` detected as `<SeriesParseResult(data=Family Guy S18E09 720p WEB x264 XLF,name=Family Guy (1999),id=(18, 9),season=18,season_pack=None,episode=9,quality=720p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:22 DEBUG    series        2_showrss       setting custom path for `Family Guy S18E09 720p WEB x264 XLF` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing series: `Family Guy S18E09 1080p WEB x264 XLF` kwargs: {'name': 'Family Guy (1999)', 'identified_by': 'auto', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-01-03 13:32:22 DEBUG    parser_internal 2_showrss       Parsing result: <SeriesParser(data=Family Guy S18E09 1080p WEB x264 XLF,name=Family Guy (1999),id=(18, 9),season=18,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,status=OK)> (in 15.625 ms)
2020-01-03 13:32:22 DEBUG    series        2_showrss       `Family Guy S18E09 1080p WEB x264 XLF` detected as `<SeriesParseResult(data=Family Guy S18E09 1080p WEB x264 XLF,name=Family Guy (1999),id=(18, 9),season=18,season_pack=None,episode=9,quality=1080p webdl h264,proper=0,special=False,status=OK)>`, field: `title`
2020-01-03 13:32:22 DEBUG    series        2_showrss       setting custom path for `Family Guy S18E09 1080p WEB x264 XLF` to `D:\downloads\tv\{{series_name|pathscrub}}\Season {{series_season|pad(2)}}`
2020-01-03 13:32:22 DEBUG    series        2_showrss       series on_task_metainfo took 2.359375 to parse
2020-01-03 13:32:24 DEBUG    series        2_showrss       start with entities: ['Young Sheldon S03E10 1080p HDTV x264 LucidTV', 'Young Sheldon S03E10 720p HDTV x264 AVS']
2020-01-03 13:32:24 DEBUG    series        2_showrss       current entities: ['Young Sheldon S03E10 1080p HDTV x264 LucidTV', 'Young Sheldon S03E10 720p HDTV x264 AVS']
2020-01-03 13:32:24 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:24 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:24 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:24 DEBUG    series        2_showrss       continuing w. entities: ['Young Sheldon S03E10 1080p HDTV x264 LucidTV', 'Young Sheldon S03E10 720p HDTV x264 AVS']
2020-01-03 13:32:24 DEBUG    series        2_showrss       best entity is: `Young Sheldon S03E10 1080p HDTV x264 LucidTV`
2020-01-03 13:32:24 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:24 DEBUG    series.db     2_showrss       no episodes found for series `Young Sheldon (2017)` with parameters season: None, downloaded: True
2020-01-03 13:32:24 DEBUG    series.db     2_showrss       no season packs found for series `Young Sheldon (2017)` with parameters season: None, downloaded: True
2020-01-03 13:32:24 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:24 DEBUG    series        2_showrss       current: <Episode(id=1,identifier=S03E10,season=3,number=10)>
2020-01-03 13:32:24 VERBOSE  task          2_showrss       ACCEPTED: `Young Sheldon S03E10 1080p HDTV x264 LucidTV` by series plugin because matches quality
2020-01-03 13:32:24 DEBUG    series        2_showrss       start with entities: ['Young Sheldon S03E09 1080p WEB H264 AMCON', 'Young Sheldon S03E09 720p HDTV x264 AVS']
2020-01-03 13:32:24 DEBUG    series        2_showrss       current entities: ['Young Sheldon S03E09 1080p WEB H264 AMCON', 'Young Sheldon S03E09 720p HDTV x264 AVS']
2020-01-03 13:32:24 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:24 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:24 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:25 DEBUG    series        2_showrss       continuing w. entities: ['Young Sheldon S03E09 1080p WEB H264 AMCON', 'Young Sheldon S03E09 720p HDTV x264 AVS']
2020-01-03 13:32:25 DEBUG    series        2_showrss       best entity is: `Young Sheldon S03E09 1080p WEB H264 AMCON`
2020-01-03 13:32:25 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no episodes found for series `Young Sheldon (2017)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no season packs found for series `Young Sheldon (2017)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:25 DEBUG    series        2_showrss       current: <Episode(id=2,identifier=S03E09,season=3,number=9)>
2020-01-03 13:32:25 VERBOSE  task          2_showrss       ACCEPTED: `Young Sheldon S03E09 1080p WEB H264 AMCON` by series plugin because matches quality
2020-01-03 13:32:25 DEBUG    series        2_showrss       start with entities: ['Silicon Valley S06E07 720p WEB h264 TBS', 'Silicon Valley S06E07 1080p WEB h264 TBS']
2020-01-03 13:32:25 DEBUG    series        2_showrss       current entities: ['Silicon Valley S06E07 720p WEB h264 TBS', 'Silicon Valley S06E07 1080p WEB h264 TBS']
2020-01-03 13:32:25 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:25 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:25 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:25 DEBUG    series        2_showrss       continuing w. entities: ['Silicon Valley S06E07 720p WEB h264 TBS', 'Silicon Valley S06E07 1080p WEB h264 TBS']
2020-01-03 13:32:25 DEBUG    series        2_showrss       best entity is: `Silicon Valley S06E07 720p WEB h264 TBS`
2020-01-03 13:32:25 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no episodes found for series `Silicon Valley (2014)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no season packs found for series `Silicon Valley (2014)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:25 DEBUG    series        2_showrss       current: <Episode(id=10,identifier=S06E07,season=6,number=7)>
2020-01-03 13:32:25 VERBOSE  task          2_showrss       ACCEPTED: `Silicon Valley S06E07 720p WEB h264 TBS` by series plugin because matches quality
2020-01-03 13:32:25 DEBUG    series        2_showrss       start with entities: ['Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb', 'Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb']
2020-01-03 13:32:25 DEBUG    series        2_showrss       current entities: ['Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb', 'Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb']
2020-01-03 13:32:25 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:25 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:25 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:25 DEBUG    series        2_showrss       continuing w. entities: ['Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb', 'Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb']
2020-01-03 13:32:25 DEBUG    series        2_showrss       best entity is: `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb`
2020-01-03 13:32:25 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no episodes found for series `Silicon Valley (2014)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series.db     2_showrss       no season packs found for series `Silicon Valley (2014)` with parameters season: None, downloaded: True
2020-01-03 13:32:25 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:25 DEBUG    series        2_showrss       current: <Episode(id=9,identifier=S00E04,season=0,number=4)>
2020-01-03 13:32:25 VERBOSE  task          2_showrss       ACCEPTED: `Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb` by series plugin because matches quality
2020-01-03 13:32:26 DEBUG    series        2_showrss       start with entities: ['Modern Family S11E09 1080p WEB H264 METCON', 'Modern Family S11E09 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       current entities: ['Modern Family S11E09 1080p WEB H264 METCON', 'Modern Family S11E09 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:26 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:26 DEBUG    series        2_showrss       continuing w. entities: ['Modern Family S11E09 1080p WEB H264 METCON', 'Modern Family S11E09 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       best entity is: `Modern Family S11E09 1080p WEB H264 METCON`
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:26 DEBUG    series.db     2_showrss       no episodes found for series `Modern Family (2009)` with parameters season: None, downloaded: True
2020-01-03 13:32:26 DEBUG    series.db     2_showrss       no season packs found for series `Modern Family (2009)` with parameters season: None, downloaded: True
2020-01-03 13:32:26 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:26 DEBUG    series        2_showrss       current: <Episode(id=11,identifier=S11E09,season=11,number=9)>
2020-01-03 13:32:26 VERBOSE  task          2_showrss       ACCEPTED: `Modern Family S11E09 1080p WEB H264 METCON` by series plugin because matches quality
2020-01-03 13:32:26 DEBUG    series        2_showrss       start with entities: ['Modern Family S11E08 1080p WEB H264 METCON', 'Modern Family S11E08 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       current entities: ['Modern Family S11E08 1080p WEB H264 METCON', 'Modern Family S11E08 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:26 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:26 DEBUG    series        2_showrss       continuing w. entities: ['Modern Family S11E08 1080p WEB H264 METCON', 'Modern Family S11E08 720p HDTV x264 AVS']
2020-01-03 13:32:26 DEBUG    series        2_showrss       best entity is: `Modern Family S11E08 1080p WEB H264 METCON`
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:26 DEBUG    series.db     2_showrss       no episodes found for series `Modern Family (2009)` with parameters season: None, downloaded: True
2020-01-03 13:32:26 DEBUG    series.db     2_showrss       no season packs found for series `Modern Family (2009)` with parameters season: None, downloaded: True
2020-01-03 13:32:26 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:26 DEBUG    series        2_showrss       current: <Episode(id=12,identifier=S11E08,season=11,number=8)>
2020-01-03 13:32:26 VERBOSE  task          2_showrss       ACCEPTED: `Modern Family S11E08 1080p WEB H264 METCON` by series plugin because matches quality
2020-01-03 13:32:26 DEBUG    series.db     2_showrss       Family Guy (1999) episode type totals: {'ep': 1}
2020-01-03 13:32:26 VERBOSE  series.db     2_showrss       identified by is currently on `auto` for Family Guy (1999). Multiple id types may be accepted until it locks in on the appropriate type.
2020-01-03 13:32:26 DEBUG    series        2_showrss       identified_by set to `auto` based on series history
2020-01-03 13:32:26 DEBUG    series        2_showrss       start with entities: ['Family Guy S18E09 1080p WEB x264 XLF', 'Family Guy S18E09 720p WEB x264 XLF']
2020-01-03 13:32:26 DEBUG    series        2_showrss       current entities: ['Family Guy S18E09 1080p WEB x264 XLF', 'Family Guy S18E09 720p WEB x264 XLF']
2020-01-03 13:32:26 DEBUG    series        2_showrss       quality req: webrip+
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- process_propers -->
2020-01-03 13:32:26 DEBUG    series        2_showrss       propers - downloaded qualities: {}
2020-01-03 13:32:26 DEBUG    series        2_showrss       continuing w. entities: ['Family Guy S18E09 1080p WEB x264 XLF', 'Family Guy S18E09 720p WEB x264 XLF']
2020-01-03 13:32:26 DEBUG    series        2_showrss       best entity is: `Family Guy S18E09 1080p WEB x264 XLF`
2020-01-03 13:32:26 DEBUG    series        2_showrss       -------------------- tracking -->
2020-01-03 13:32:27 DEBUG    series.db     2_showrss       no episodes found for series `Family Guy (1999)` with parameters season: None, downloaded: True
2020-01-03 13:32:27 DEBUG    series.db     2_showrss       no season packs found for series `Family Guy (1999)` with parameters season: None, downloaded: True
2020-01-03 13:32:27 DEBUG    series        2_showrss       latest download: None
2020-01-03 13:32:27 DEBUG    series        2_showrss       current: <Episode(id=13,identifier=S18E09,season=18,number=9)>
2020-01-03 13:32:27 VERBOSE  task          2_showrss       ACCEPTED: `Family Guy S18E09 1080p WEB x264 XLF` by series plugin because matches quality
2020-01-03 13:32:27 DEBUG    series        2_showrss       processing series took 1.125
2020-01-03 13:32:27 DEBUG    urlrewriter   2_showrss       Checking 7 entries
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:27 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:28 DEBUG    download      2_showrss       Accepting magnet url for Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:28 VERBOSE  details       2_showrss       Summary - Accepted: 7 (Rejected: 0 Undecided: 48 Failed: 0)
2020-01-03 13:32:28 DEBUG    utils.requests 2_showrss       GETing URL http://localhost:47480/gui/token.html with args () and kwargs {'auth': ('marius', 'flexget'), 'allow_redirects': True, 'timeout': 30}
2020-01-03 13:32:28 DEBUG    utils.requests 2_showrss       GETing URL http://localhost:47480/gui/ with args () and kwargs {'auth': ('marius', 'flexget'), 'params': {'action': 'list-dirs', 'token': 'obkeCRqU9u4HFNOJ5RsnOyR_cOlBrsJDFJ5Xhs576sPcV7IXZAQg6lMmD14AAAAA'}, 'allow_redirects': True, 'timeout': 30}
2020-01-03 13:32:29 DEBUG    utils.requests 2_showrss       GETing URL http://localhost:47480/gui/ with args () and kwargs {'params': {'action': 'add-url', 's': 'magnet:?xt=urn:btih:921540987F73911FBB4792BAD669C2BE78476D3A&dn=Silicon+Valley+S00E04+1080p+AMZN+WEBRip+DDP2+0+x264+NTb&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce', 'token': 'obkeCRqU9u4HFNOJ5RsnOyR_cOlBrsJDFJ5Xhs576sPcV7IXZAQg6lMmD14AAAAA', 'download_dir': 1, 'path': 'tv\\Silicon Valley (2014)\\Season 00'}, 'auth': ('marius', 'flexget'), 'allow_redirects': True, 'timeout': 30}
2020-01-03 13:32:29 INFO     utorrent      2_showrss       Added `magnet:?xt=urn:btih:921540987F73911FBB4792BAD669C2BE78476D3A&dn=Silicon+Valley+S00E04+1080p+AMZN+WEBRip+DDP2+0+x264+NTb&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce` to utorrent
2020-01-03 13:32:29 CRITICAL task          2_showrss       BUG: Unhandled error in plugin utorrent: unsupported operand type(s) for +: 'int' and 'str'
Traceback (most recent call last):

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
    |    -> <function Thread._bootstrap_inner at 0x0000020ADB485AF0>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
    |    -> <function Thread.run at 0x0000020ADB485820>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
    |    |        |    |        |    -> {}
    |    |        |    |        -> <Thread(task_queue, started daemon 932)>
    |    |        |    -> ()
    |    |        -> <Thread(task_queue, started daemon 932)>
    |    -> <bound method TaskQueue.run of <flexget.task_queue.TaskQueue object at 0x0000020AE121FE80>>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task_queue.py", line 45, in run
    self.current_task.execute()
    |    |            -> <function Task.execute at 0x0000020ADD8EF820>
    |    -> <flexget.task.Task object at 0x0000020AE1519E20>
    -> <flexget.task_queue.TaskQueue object at 0x0000020AE121FE80>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 79, in wrapper
    return func(self, *args, **kw)
           |    |      |       -> {}
           |    |      -> ()
           |    -> <flexget.task.Task object at 0x0000020AE1519E20>
           -> <function Task.execute at 0x0000020ADD8EF790>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 696, in execute
    self._execute()
    |    -> <function Task._execute at 0x0000020ADD8EF700>
    -> <flexget.task.Task object at 0x0000020AE1519E20>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 662, in _execute
    self.__run_task_phase(phase)
    |                     -> 'output'
    -> <flexget.task.Task object at 0x0000020AE1519E20>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 488, in __run_task_phase
    response = self.__run_plugin(plugin, phase, args)
               |                 |       |      -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
               |                 |       -> 'output'
               |                 -> <PluginInfo(name=utorrent)>
               -> <flexget.task.Task object at 0x0000020AE1519E20>

> File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 521, in __run_plugin
    result = method(*args, **kwargs)
             |       |       -> {}
             |       -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
             -> <Event(name=plugin.utorrent.output,func=on_task_output,priority=135)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\event.py", line 20, in __call__
    return self.func(*args, **kwargs)
           |    |     |       -> {}
           |    |     -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
           |    -> <bound method PluginUtorrent.on_task_output of <flexget.plugins.output.utorrent.PluginUtorrent object at 0x0000020AE119C700>>
           -> <Event(name=plugin.utorrent.output,func=on_task_output,priority=135)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\plugins\output\utorrent.py", line 158, in on_task_output
    logger.info('in folder {} ', folder + path)
    |      |                     |        -> 'tv\\Silicon Valley (2014)\\Season 00'
    |      |                     -> 1
    |      -> <function Logger.info at 0x0000020ADBAF7CA0>
    -> <loguru.logger handlers=[(id=2, level=10, sink=<lambda>), (id=3, level=10, sink='C:\Users\ht\flexget\flexget.log'), (id=4, le...

TypeError: unsupported operand type(s) for +: 'int' and 'str'
2020-01-03 13:32:30 CRITICAL manager       2_showrss       An unexpected crash has occurred. Writing crash report to C:\Users\ht\flexget\crash_report.2020.01.03.133230270683.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.0.30
2020-01-03 13:32:30 DEBUG    manager       2_showrss       Traceback:
Traceback (most recent call last):

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
    |    -> <function Thread._bootstrap_inner at 0x0000020ADB485AF0>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
    |    -> <function Thread.run at 0x0000020ADB485820>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
    |    |        |    |        |    -> {}
    |    |        |    |        -> <Thread(task_queue, started daemon 932)>
    |    |        |    -> ()
    |    |        -> <Thread(task_queue, started daemon 932)>
    |    -> <bound method TaskQueue.run of <flexget.task_queue.TaskQueue object at 0x0000020AE121FE80>>
    -> <Thread(task_queue, started daemon 932)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task_queue.py", line 45, in run
    self.current_task.execute()
    |    |            -> <function Task.execute at 0x0000020ADD8EF820>
    |    -> <flexget.task.Task object at 0x0000020AE1519E20>
    -> <flexget.task_queue.TaskQueue object at 0x0000020AE121FE80>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 79, in wrapper
    return func(self, *args, **kw)
           |    |      |       -> {}
           |    |      -> ()
           |    -> <flexget.task.Task object at 0x0000020AE1519E20>
           -> <function Task.execute at 0x0000020ADD8EF790>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 696, in execute
    self._execute()
    |    -> <function Task._execute at 0x0000020ADD8EF700>
    -> <flexget.task.Task object at 0x0000020AE1519E20>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 662, in _execute
    self.__run_task_phase(phase)
    |                     -> 'output'
    -> <flexget.task.Task object at 0x0000020AE1519E20>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 488, in __run_task_phase
    response = self.__run_plugin(plugin, phase, args)
               |                 |       |      -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
               |                 |       -> 'output'
               |                 -> <PluginInfo(name=utorrent)>
               -> <flexget.task.Task object at 0x0000020AE1519E20>

> File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\task.py", line 521, in __run_plugin
    result = method(*args, **kwargs)
             |       |       -> {}
             |       -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
             -> <Event(name=plugin.utorrent.output,func=on_task_output,priority=135)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\event.py", line 20, in __call__
    return self.func(*args, **kwargs)
           |    |     |       -> {}
           |    |     -> (<flexget.task.Task object at 0x0000020AE1519E20>, {'url': 'http://localhost:47480/gui/', 'username': 'marius', 'password': '...
           |    -> <bound method PluginUtorrent.on_task_output of <flexget.plugins.output.utorrent.PluginUtorrent object at 0x0000020AE119C700>>
           -> <Event(name=plugin.utorrent.output,func=on_task_output,priority=135)>

  File "c:\users\ht\appdata\local\programs\python\python38\lib\site-packages\flexget\plugins\output\utorrent.py", line 158, in on_task_output
    logger.info('in folder {} ', folder + path)
    |      |                     |        -> 'tv\\Silicon Valley (2014)\\Season 00'
    |      |                     -> 1
    |      -> <function Logger.info at 0x0000020ADBAF7CA0>
    -> <loguru.logger handlers=[(id=2, level=10, sink=<lambda>), (id=3, level=10, sink='C:\Users\ht\flexget\flexget.log'), (id=4, le...

TypeError: unsupported operand type(s) for +: 'int' and 'str'
2020-01-03 13:32:31 WARNING  task          2_showrss       Aborting task (plugin: utorrent)
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Remembering all entries to backlog because of task abort.
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Last Man Standing US S08E02 PROPER 720p WEB x264 XLF
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Last Man Standing US S08E02 PROPER 1080p WEB x264 XLF
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Last Man Standing US S08E01 1080p WEB x264 XLF
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Last Man Standing US S08E01 720p WEB x264 XLF
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Vikings S06E05 1080p WEB H264 GHOSTS
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Vikings S06E05 720p HDTV x264 AVS
2020-01-03 13:32:31 DEBUG    backlog       2_showrss       Saving Shameless US S10E08 1080p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Shameless US S10E08 720p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Shameless US S10E07 1080p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Shameless US S10E07 720p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Vikings S06E04 1080p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Vikings S06E04 720p HDTV x264 AVS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E11 1080p WEB x264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E11 720p HDTV x264 AVS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Silicon Valley S00E04 1080p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Silicon Valley S00E04 720p AMZN WEBRip DDP2 0 x264 NTb
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Rick and Morty S04E05 1080p WEBRip x264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Rick and Morty S04E05 720p WEBRip x264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Family Guy S18E09 1080p WEB x264 XLF
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Family Guy S18E09 720p WEB x264 XLF
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Shameless US S10E06 720p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Shameless US S10E06 1080p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Young Sheldon S03E10 1080p HDTV x264 LucidTV
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Young Sheldon S03E10 720p HDTV x264 AVS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Grand Tour S04E01 720p WEB h264 SKGTV
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Grand Tour S04E01 1080p WEB h264 SKGTV
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Modern Family S11E09 1080p WEB H264 METCON
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Vikings S06E03 1080p HDTV x264 LucidTV
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Vikings S06E03 720p HDTV x264 AVS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Vikings S06E00 The Saga of Floki 1080p WEB h264 TBS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving Modern Family S11E09 720p HDTV x264 AVS
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving God Friended Me S02E10 High Anxiety REPACK 720p AMZN WEBRip DDP5 1 x264 NTb
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E10 Welcome to the Digital Divide REPACK 720p AMZN WEBRip DDP5 1 x264 NTb
2020-01-03 13:32:32 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E10 REPACK 1080p WEB H264 AMCON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving God Friended Me S02E10 REPACK 1080p WEB H264 MEMENTO
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Rick and Morty S04E04 REPACK 1080p AMZN WEBRip DDP5 1 x264 CtrlHD
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E10 1080p WEB H264 AMCON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving The Neighborhood S02E10 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 1080p HDTV x264 CRiMSON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Rick and Morty S04E04 Claw and Hoarder Special Ricktims Morty 720p HDTV x264 CRiMSON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving God Friended Me S02E10 1080p WEB H264 MEMENTO
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Silicon Valley S06E07 720p WEB h264 TBS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Silicon Valley S06E07 1080p WEB h264 TBS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving God Friended Me S02E10 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Shameless US S10E05 720p WEB h264 TBS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Shameless US S10E05 1080p WEB h264 TBS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Young Sheldon S03E09 1080p WEB H264 AMCON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Young Sheldon S03E09 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Vikings S06E00 The Saga of Floki 720p HDTV x264 CROOKS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Modern Family S11E08 1080p WEB H264 METCON
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Vikings S06E02 1080p HDTV x264 LucidTV
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Vikings S06E01 1080p HDTV x264 LucidTV
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Vikings S06E02 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Vikings S06E01 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    backlog       2_showrss       Saving Modern Family S11E08 720p HDTV x264 AVS
2020-01-03 13:32:33 DEBUG    task_queue                    task 2_showrss aborted: TaskAbort(reason=BUG: Unhandled error in plugin utorrent: unsupported operand type(s) for +: 'int' and 'str', silent=False)
2020-01-03 13:32:34 DEBUG    task_queue                    task queue shut down
2020-01-03 13:32:34 INFO     ipc.rpyc                      server has terminated
2020-01-03 13:32:34 INFO     ipc.rpyc                      listener closed
2020-01-03 13:32:34 DEBUG    util.simple_persistence                 Flushing simple persistence for task None to db.
2020-01-03 13:32:34 DEBUG    manager                       Shutting down
2020-01-03 13:32:34 DEBUG    manager                       Removed C:\Users\ht\flexget\.config-lock

C:\Users\ht>

Additional information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions