Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/NovaPlay] Fix extractor (#4415) | Bojidar Qnkov | 2022-08-05 | 1 | -21/+31 |
| | | | | Closes #4439 Authored by: Bojidarist | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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` | pukkandan | 2022-01-20 | 1 | -3/+1 |
| | |||||
* | [NovaPlay] Add extractor (#1209) | Bojidar Qnkov | 2021-10-10 | 1 | -0/+63 |
Authored by: Bojidarist |