aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/tvp.py
AgeCommit message (Collapse)Author
2025-04-18[ie/tvp:vod] Improve `_VALID_URL` (#12923)sepro
Closes #12917 Authored by: seproDev
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-26[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)Simon Sawicki
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-02-10[ie/tvp] Support livestreams (#8860)lauren n. liberda
Closes #8824 Authored by: selfisekai
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
Authored by: coletdjnz, pukkandan
2023-06-21[cleanup] Miscpukkandan
Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773 Authored by: mikf, freezboltz, pukkandan
2023-05-06[extractor/tvp] Use new API (#6989)lauren n. liberda
Authored by: selfisekai Closes #6987
2023-02-12[extractor/tvp] Support `stream.tvp.pl` (#6139)lauren n. liberda
Authored by: selfisekai
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-11-06[extractor/tvp] Update extractors (#5346)lauren
Closes #5328 Authored by: selfisekai
2022-08-02[extractors] Use new framework for existing embeds (#4307)pukkandan
`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
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2021-11-10[tvp] Add TVPStreamIE (#1401)Lauren Liberda
Authored by: selfisekai
2021-11-10[tvp] Fix extractor (#1401)Lauren Liberda
Authored by: selfisekai
2021-11-10[tvp] Fix embeds (#1401)Lauren Liberda
Authored by: selfisekai
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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