| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Authored by: coletdjnz, pukkandan
|
|
|
|
|
|
|
|
|
|
| |
[YouTube] Avoid crash if uploader_id extraction fails
https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772
Except:
* 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing
* 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor
* 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p
|
|
|
|
| |
Authored by: bashonly, LeoniePhiline
Closes #6149
|
|
|
|
|
|
| |
* Add support for VimeoPro URLs not containing a Vimeo video ID
* Add support for password-protected VimeoPro pages
Closes #5594
Authored by: bashonly, pukkandan
|
| |
|
|
|
|
| |
Closes #5541
|
|
|
|
|
|
|
| |
[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
|