Commit Graph

25 Commits (5d3a3cd4934853126a5d6b721dbec6946c9cd8ce)

Author SHA1 Message Date
Amirreza Aflakparast c03a58ec99
[ie/MotorTrendOnDemand] Update `_VALID_URL` ()
Closes 
Authored by: AmirAflak
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
bashonly 774aa09dd6
[extractor/dplay] GlobalCyclingNetworkPlus: Add extractor ()
* Allows `country` API param to be configured with `--xff`/`geo_bypass_country`

Closes 
Authored by: bashonly
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
bashonly f03940963e
[extractor/dplay] Add MotorTrendOnDemand extractor ()
Closes 
Authored by: bashonly
Timendum 292fdad297
[extractor/dplay:italy] Add default authentication ()
Closes 

Authored by: Timendum
Sipherdrakon 26bafe7028
[extractor/dplay] Add MotorTrend extractor ()
Authored by: Sipherdrakon
pukkandan 0f06bcd759
[cleanup] Minor fixes (See desc)
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes 
* Fix bug in 385ffb467b
* Fix bug in 43d7f5a5d0
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
Sipherdrakon 7df07a3b55
[dplay] Add extractors for site changes ()
Closes 
Authored by: Sipherdrakon
pukkandan 0bb5ac1ac4
[dplay] Re-structure DiscoveryPlus extractors
Timendum 77b28f000a
[dplay] Migrate DiscoveryPlusItaly to DiscoveryPlus ()
Partially fixes 
Authored by: timendum
pukkandan 0f86a1cd59
[dplay] Temporary fix for `discoveryplus.com/it`
Closes 
Ashish Gupta 86f3d52f8c [DiscoveryPlusShowBaseIE] yield actual video id
Ashish Gupta 5118d2ec58
[DiscoveryPlus] Rewrite extractors (see desc) ()
* 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
pukkandan a331949df3
[test/download] Fallback test to `bv`
pukkandan 7e59ca440a
[DiscoveryPlus] Allow language codes in URL
Closes 
Sipherdrakon c12977bdc4
[AnimalPlanet] Fix extractor ()
Authored by: Sipherdrakon
Sipherdrakon b5a39ed43b
[DIYNetwork] Support new format ()
Authored by: Sipherdrakon
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
Sipherdrakon 45d1f15725
[dplay] Add `ScienceChannelIE` ()
Authored by: Sipherdrakon
Ashish de6758128e
[DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE ()
Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pukkandan 0481374e1d
[DiscoveryPlus] Add discoveryplus.in ()
Closes 
pukkandan 7c60c33efe Update to ytdl-commit-4460329
44603290e5

Except: gedi, tmz
7422a2194f
8cb4b71909
d81421af4b
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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