aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mediaset.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie] Extract subtitles from SMIL manifests (#7667)bashonly2023-07-241-2/+4
| | | Authored by: bashonly, pukkandan
* [extractor/mediaset] Better embed detection and error messages (#5664)nixxo2022-12-091-119/+80
| | | Authored by: nixxo
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [extractor/mediaset] Fix embed extractionpukkandan2022-08-311-9/+5
| | | | Closes #4804
* Update to ytdl-commit-adb5294pukkandan2022-08-091-0/+4
| | | | | [aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET https://github.com/ytdl-org/youtube-dl/commit/adb5294177265ba35b45746dbb600965076ed150
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-4/+2
| | | | | | | `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
* [extractor/mediaset] Improve `_VALID_URL`pukkandan2022-06-261-1/+4
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4141#issuecomment-1166521057
* [extractor/mediaset] Improve `_VALID_URL`pukkandan2022-06-211-2/+5
|
* [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
* [mediaset] Fix extractor (#2158)nixxo2022-02-041-31/+90
| | | | Closes #2149 Authored by: nixxo
* [mediaset] Add playlist support (#1463)nixxo2021-10-301-0/+82
| | | | Closes #1372 Authored by: nixxo
* [mediaset] Fix extraction for more videos (#852)nyuszika7h2021-09-021-2/+18
| | | | Closes #851 Authored by: nyuszika7h
* [mediaset] Fix extraction for some videos (#850)nyuszika7h2021-09-011-1/+17
| | | | | This was broken by #564 Closes #849 Authored by: nyuszika7h
* [utils] Add `parse_qs`pukkandan2021-08-231-5/+2
|
* [mediaset] Fix extraction (#564)nixxo2021-07-241-36/+39
| | | | Closes #365 Authored by: nixxo
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+182
* 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