-
Notifications
You must be signed in to change notification settings - Fork 481
Not recognising date style identifiers #1393
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
Recognise ISO-like dates in the format "2016.10.21".
Actual behaviour:
Rejects all shows with date ID's.
Steps to reproduce:
- Step 1: flexget execute --tasks
Config:
dailyshow_udlr:
rss: <private_rss_feed>
series:
- The Daily Show:
alternate_name: The Daily Show with Trevor Noah
identified_by: date
Log:
2016-09-06 22:01 VERBOSE parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.18.Emily.King.Extended.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.17.LeBron.James.Extended.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.17.LeBron.James.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.16.Yaa.Gyasi.and.Sharlto.Copley.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
Additional information:
- Flexget Version: 2.3.18
- Python Version: 2.7.12
- Installation method: pip
- OS and version: Fedora 24
Reactions are currently unavailable