aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/peekvids.py
Commit message (Collapse)AuthorAgeFilesLines
* Update to ytdl-commit-195f22f6Simon Sawicki2023-01-021-38/+152
| | | | | | | [generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+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
* [peekvids] Use JSON-LD (#2784)schn0sch2022-02-161-26/+22
| | | Authored by: schn0sch
* [peekvids] Add extractor (#2414)schn0sch2022-02-141-0/+85
Authored by: schn0sch