| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Authored by: coletdjnz, pukkandan
|
| |
|
|
|
| |
Authored by: bashonly
|
|
|
|
| |
Closes #5541
|
|
|
|
|
| |
* Suddenlink rebrand to Optimum. Fixes #4874
Authored by: CplPwnies
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
| |
|
|
|
|
| |
Possible workaround for #1034
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: CplPwnies
|
|
|
|
| |
Closes #2704
Authored by: CplPwnies
|
|
|
| |
Authored by: jfogelman
|
|
|
| |
Authored by: jfogelman
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0
Authored-by: nyuszika7h, ParadoxGBB <paradoxgbb@yahoo.com>
|
|
|
| |
Authored by: Jessecar96
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: https://github.com/ytdl-org/youtube-dl/pull/29688
Closes: #617, https://github.com/ytdl-org/youtube-dl/issues/29665
* Livestreams are untested
* If using ffmpeg as downloader, v4.3+ is needed since `-http_seekable` option is necessary
* Instead of making a seperate key for each arg that needs to be passed to ffmpeg, I made `_ffmpeg_args`
* This deprecates `_seekable`, but the option is kept for compatibility
Authored by: nchilada, pukkandan
|
|
|
|
|
|
| |
Original PR: ytdl-org/youtube-dl#29686
Closes: #300, ytdl-org/youtube-dl#18132
Authored by: wesnm
|
|
|
|
|
| |
From: https://github.com/ytdl-org/youtube-dl/pull/26792
Co-authored by: kevinoconnor7, ohmybahgosh
|
| |
|
|
* 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
|