Changed - populate more entry fields from imdb_watchlist - Add strip_dates option to imdb_watchlist
3.15.12
Fixed - series: Strip all instances of quality from the title before attempting parsing to reduce bad matches of qualities as episode ids.
Changed - next_series_episodes: Put a limit on number of episodes to backfill [4244](https://github.com/Flexget/Flexget/issues/4244) - next_series_episodes: Don't do backfill if there are more than 50 missing episodes. refs [4237](https://github.com/Flexget/Flexget/issues/4237)
Added - Add support for testing extras - Add support for testing extras
Fixed - Python run-time won't complain about `-> (int, int)`, but it is not correct type annotation according to PEP 484. https://stackoverflow.com/a/43443331/12340650