| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
[extractor/ceskatelevize] Back-port extractor from yt-dlp
https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe
Closes #5361, Closes #4634, Closes #5210
|
|
|
|
| |
Closes #4758
|
| |
|
|
|
|
|
|
|
| |
`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
|
|
|
|
|
| |
Closes #3037, Closes #2858, Closes #2880, Closes #3712
May also fix #3602, #3360
|
| |
|
|
|
|
| |
Closes #3169
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Authored by fstirlitz, pukkandan
|
| |
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make default upload_/release_date a compat_str
https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a
Except:
* "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531
- https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d
- https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9
- https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798
- https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
|
|
|
|
| |
Closes #2526, #1614
|
|
|
|
| |
`live` parameter already handles changing the protocol
|
|
|
|
|
| |
vimeo, globo, kaltura, svt
Authored by: fstirlitz
|
| |
|
|
|
|
| |
Closes #1892
|
|
|
|
| |
Closes #1821
|
|
|
|
| |
Closes #1662
|
|
|
|
|
|
|
|
|
| |
and misc cleanup
Cherry-picked from #1477
Closes #1402
Authored by: flashdagger
|
|
|
|
| |
Closes #1353, #1471
|
|
|
|
|
| |
Closes #1138, partially fixes #1323
Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32
|
| |
|
| |
|
|
|
| |
Authored by: Ashish0804
|
| |
|
| |
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb
Closes #205
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881
[vimeo:album] Fix extraction for albums with number of videos multiple to page size
|
|
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/27992
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354
Authored by teesid
|
|
* 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
|