aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mtv.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-6/+5
| | | | Authored by: coletdjnz, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-4/+0
|
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-7/+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] Sort importspukkandan2022-04-121-3/+1
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [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
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-3/+2
| | | | Authored by fstirlitz, pukkandan
* [MTV] Improve mgid extraction (#1713)Sipherdrakon2021-11-241-9/+11
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/30149 Fixes: #713, #1580, https://github.com/ytdl-org/youtube-dl/issues/30139 Authored by: Sipherdrakon, kikuyan
* [utils] Add `join_nonempty`pukkandan2021-11-061-2/+3
|
* [mtv] Fix some videos (#1453)Sipherdrakon2021-10-301-4/+8
| | | | Partial fix for #713 Authored by: Sipherdrakon
* [southpark] Fix SouthParkDE (#812)coletdjnz2021-09-041-5/+5
| | | | This was broken by https://github.com/yt-dlp/yt-dlp/commit/ee1e05581e32114c52e75e90983a66fb25fbc730 Authored by: coletdjnz
* [VH1,TVLand] Fix extractors (#784)Sipherdrakon2021-08-301-0/+4
| | | | Fixes #745 but not #713 Authored by: Sipherdrakon
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+2
|
* [cleanup] Fix linter and some typospukkandan2021-07-041-0/+1
| | | | Related: https://github.com/ytdl-org/youtube-dl/pull/29398
* Update to ytdl-commit-4fb25ffpukkandan2021-04-101-2/+5
| | | | | | | | | [maoritv] Add new extractor https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7 Except: [vimeo] improve extraction https://github.com/ytdl-org/youtube-dl/commit/3ae9c0f410b1d4f63e8bada67dd62a8d2852be32 [youtube:tab] Pass innertube context... https://github.com/ytdl-org/youtube-dl/commit/1b0a13f33cfb3644cc718d35951ea85bb1905459
* Update to ytdl-commit-8562218pukkandan2021-03-251-1/+1
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* [mtv] Add mtv.it and extract series metadata (#156)nixxo2021-03-081-0/+169
| | | | | | * New extractors: MTVItalia, MTVItaliaProgramma * Extract fields: series, season_number, episode_number Authored-by: nixxo
* [mtv] Fix extractor by reverting changes made in youtube-dlcpukkandan2021-03-021-61/+7
| | | | youtube-dl has since fixed the extractor and the changes from the two sources are incompatible
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+539
* 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