Commit Graph

6 Commits (f3c0c77304bc0e5614a65c45629de22f067685ac)

Author SHA1 Message Date
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
Sipherdrakon 43c38abd1f
[ParamountPlus,CBS] Change VALID_URL ()
Closes 

Authored by: Sipherdrakon
Dorian Westacott ec47c12f69
[ParamountPlusSeries] Support multiple pages ()
Authored by: dodrian
pukkandan a331949df3
[test/download] Fallback test to `bv`
shirt 5fa206fb54
[ParamountPlus] Fix geo verification ()
Closes  
Authored by: shirt
shirt 6e6e0d95b3
[paramountplus] Separate extractor and fix some titles ()
Co-authored-by: shirt, pukkandan