aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/dplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/MotorTrendOnDemand] Update `_VALID_URL` (#7683)Amirreza Aflakparast2023-07-281-1/+20
| | | | Closes #7680 Authored by: AmirAflak
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-4/+4
| | | | Authored by: coletdjnz, pukkandan
* [extractor/dplay] GlobalCyclingNetworkPlus: Add extractor (#7360)bashonly2023-06-221-0/+37
| | | | | | * Allows `country` API param to be configured with `--xff`/`geo_bypass_country` Closes #7324 Authored by: bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/dplay] Add MotorTrendOnDemand extractor (#5151)bashonly2022-10-061-0/+39
| | | | Closes #5141 Authored by: bashonly
* [extractor/dplay:italy] Add default authentication (#5056)Timendum2022-09-271-0/+10
| | | | | Closes #2950 Authored by: Timendum
* [extractor/dplay] Add MotorTrend extractor (#4446)Sipherdrakon2022-07-261-0/+27
| | | Authored by: Sipherdrakon
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+2
| | | | | | | | | | * [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
* [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
* [dplay] Add extractors for site changes (#2401)Sipherdrakon2022-02-011-0/+279
| | | | Closes #2438 Authored by: Sipherdrakon
* [dplay] Re-structure DiscoveryPlus extractorspukkandan2022-01-131-61/+84
|
* [dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus (#2315)Timendum2022-01-131-3/+6
| | | | Partially fixes #2138 Authored by: timendum
* [dplay] Temporary fix for `discoveryplus.com/it`pukkandan2021-12-251-1/+13
| | | | Closes #2073
* [DiscoveryPlusShowBaseIE] yield actual video idAshish Gupta2021-12-131-3/+3
|
* [DiscoveryPlus] Rewrite extractors (see desc) (#1766)Ashish Gupta2021-11-301-142/+327
| | | | | | | | | * 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
* [test/download] Fallback test to `bv`pukkandan2021-11-061-6/+0
|
* [DiscoveryPlus] Allow language codes in URLpukkandan2021-10-261-1/+4
| | | | Closes #1425
* [AnimalPlanet] Fix extractor (#1050)Sipherdrakon2021-09-221-1/+21
| | | Authored by: Sipherdrakon
* [DIYNetwork] Support new format (#934)Sipherdrakon2021-09-151-0/+20
| | | Authored by: Sipherdrakon
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+1
|
* [dplay] Add `ScienceChannelIE` (#567)Sipherdrakon2021-07-291-24/+47
| | | Authored by: Sipherdrakon
* [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)Ashish2021-04-051-45/+0
| | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* [DiscoveryPlus] Add discoveryplus.in (#203)pukkandan2021-04-031-0/+45
| | | Closes #201
* Update to ytdl-commit-4460329pukkandan2021-02-251-0/+1
| | | | | | | | | 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
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+368
* 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