aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tvp.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Miscpukkandan2023-06-211-2/+2
| | | | | Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773 Authored by: mikf, freezboltz, pukkandan
* [extractor/tvp] Use new API (#6989)lauren n. liberda2023-05-061-25/+71
| | | | Authored by: selfisekai Closes #6987
* [extractor/tvp] Support `stream.tvp.pl` (#6139)lauren n. liberda2023-02-121-19/+15
| | | Authored by: selfisekai
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor/tvp] Update extractors (#5346)lauren2022-11-061-70/+154
| | | | Closes #5328 Authored by: selfisekai
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-6/+1
| | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
* [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
* [tvp] Add TVPStreamIE (#1401)Lauren Liberda2021-11-101-0/+46
| | | | Authored by: selfisekai
* [tvp] Fix extractor (#1401)Lauren Liberda2021-11-101-22/+189
| | | | Authored by: selfisekai
* [tvp] Fix embeds (#1401)Lauren Liberda2021-11-101-78/+126
| | | | Authored by: selfisekai
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+252
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan