aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/novaplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/NovaPlay] Fix extractor (#4415)Bojidar Qnkov2022-08-051-21/+31
| | | | Closes #4439 Authored by: Bojidarist
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+0
| | | | | | | | | | 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
* [extractor,cleanup] Use `_search_nextjs_data`pukkandan2022-01-201-3/+1
|
* [NovaPlay] Add extractor (#1209)Bojidar Qnkov2021-10-101-0/+63
Authored by: Bojidarist