aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/dplay.py
AgeCommit message (Collapse)Author
2024-09-14[ie/HGTVDe] Fix extractor (#10992)bashonly
Closes #10984 Authored by: bashonly, rdamas Co-authored-by: Robert Damas <robert.damas@byom.de>
2024-08-04[ie/DiscoveryPlusItaly] Support sport and olympics URLs (#10655)bashonly
Closes #10654 Authored by: bashonly
2024-07-25[ie/DiscoveryPlus] Support olympics URLs (#10566)bashonly
Closes #10564 Authored by: bashonly
2024-07-15[ie/dplay] Fix extractors (#10471)bashonly
Closes #1623, Closes #2138, Closes #2361, Closes #3841, Closes #8026, Closes #10421 Authored by: bashonly
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-05-25[ie/DiscoveryPlus] Fix dmax.de and related extractors (#10020)bashonly
Closes #7530 Authored by: bashonly
2023-07-28[ie/MotorTrendOnDemand] Update `_VALID_URL` (#7683)Amirreza Aflakparast
Closes #7680 Authored by: AmirAflak
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
Authored by: coletdjnz, pukkandan
2023-06-22[extractor/dplay] GlobalCyclingNetworkPlus: Add extractor (#7360)bashonly
* Allows `country` API param to be configured with `--xff`/`geo_bypass_country` Closes #7324 Authored by: bashonly
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-10-06[extractor/dplay] Add MotorTrendOnDemand extractor (#5151)bashonly
Closes #5141 Authored by: bashonly
2022-09-27[extractor/dplay:italy] Add default authentication (#5056)Timendum
Closes #2950 Authored by: Timendum
2022-07-26[extractor/dplay] Add MotorTrend extractor (#4446)Sipherdrakon
Authored by: Sipherdrakon
2022-05-09[cleanup] Minor fixes (See desc)pukkandan
* [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
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
2022-02-01[dplay] Add extractors for site changes (#2401)Sipherdrakon
Closes #2438 Authored by: Sipherdrakon
2022-01-13[dplay] Re-structure DiscoveryPlus extractorspukkandan
2022-01-13 [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus (#2315)Timendum
Partially fixes #2138 Authored by: timendum
2021-12-25[dplay] Temporary fix for `discoveryplus.com/it`pukkandan
Closes #2073
2021-12-13[DiscoveryPlusShowBaseIE] yield actual video idAshish Gupta
2021-11-30[DiscoveryPlus] Rewrite extractors (see desc) (#1766)Ashish Gupta
* Add `DiscoveryPlusItalyShowIE` * Use `uuid.uuid4().hex` for device id so no cookies are required * Fix dash formats not being downloaded * Extract subtitles from manifests * Move all extractors to one file and restructure inheritances Authored by: Ashish0804, pukkandan
2021-11-06[test/download] Fallback test to `bv`pukkandan
2021-10-26[DiscoveryPlus] Allow language codes in URLpukkandan
Closes #1425
2021-09-22[AnimalPlanet] Fix extractor (#1050)Sipherdrakon
Authored by: Sipherdrakon
2021-09-15[DIYNetwork] Support new format (#934)Sipherdrakon
Authored by: Sipherdrakon
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-07-29[dplay] Add `ScienceChannelIE` (#567)Sipherdrakon
Authored by: Sipherdrakon
2021-04-05[DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)Ashish
Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2021-04-03[DiscoveryPlus] Add discoveryplus.in (#203)pukkandan
Closes #201
2021-02-25Update to ytdl-commit-4460329pukkandan
https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd Except: gedi, tmz https://github.com/ytdl-org/youtube-dl/commit/7422a2194fcbc179083c6927a2fcca278fed39c5 https://github.com/ytdl-org/youtube-dl/commit/8cb4b71909e720a758a17dd519d198e77884a14a https://github.com/ytdl-org/youtube-dl/commit/d81421af4b4c3f8f6e197ad4a06fcdb948484c24
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