aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02Add donate linkspukkandan
2021-08-02Add logo and bannerpukkandan
2021-08-02[youtube] Extract SAPISID only oncepukkandan
2021-08-02[tenplay] Add MA15+ age limit (#606)pukkandan
Authored by: pento
2021-08-02[CBS] Add fallback (#579)LE
Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan
2021-08-02[Vimeo] Better extraction of original file (#599)Ashish
Authored by: Ashish0804
2021-08-02[test:download] Support testing with `ignore_no_formats_error`pukkandan
2021-08-02[CBS] Add ParamountPlusSeriesIE (#603)Ashish
Authored by: Ashish0804
2021-08-02[youtube] Add age-gate bypass for unverified accounts (#600)David
Adds `_creator` variants for each client Authored by: zerodytrash, colethedj, pukkandan
2021-08-01[cleanup] Fix linter in 96fccc101f8f579ebd67da176e029803d82634c7pukkandan
2021-08-01[downloader] Allow streaming unmerged formats to stdout using ffmpegpukkandan
For this to work: 1. The downloader must be ffmpeg 2. The selected formats must have the same protocol 3. The formats must be downloadable by ffmpeg to stdout Partial solution for: https://github.com/ytdl-org/youtube-dl/issues/28146, https://github.com/ytdl-org/youtube-dl/issues/27265
2021-08-01[cleanup] Refactor some codepukkandan
2021-08-01Set `home:` as the default key for `-P`pukkandan
2021-08-01[FormatSort] Fix bug for audio with unknown codecpukkandan
2021-08-01Add compat-option `no-clean-infojson`pukkandan
2021-08-01[utils] Fix slicing of reversed `LazyList`pukkandan
Closes #589
2021-08-01[youtube] Fix default global API keycoletdjnz
bug introduced in https://github.com/yt-dlp/yt-dlp/commit/000c15a4cad1079fe91609a5d5a0ff8d20cca865
2021-07-31[adobepass] Add MSO Sling TV (#596)Wes
Original PR: ytdl-org/youtube-dl#29686 Closes: #300, ytdl-org/youtube-dl#18132 Authored by: wesnm
2021-07-31[RCTIPlus] Remove PhantomJS dependency (#595)MinePlayersPE
Authored by: MinePlayersPE
2021-07-31[youtube] Misc cleanup (#577)pukkandan
Authored by: pukkandan, colethedj
2021-07-31[youtube] Add `thirdParty` to agegate clients (#577)pukkandan
* This allows more videos like `tf2U5Vyj0oU` to become embeddable See https://github.com/yt-dlp/yt-dlp/pull/575#issuecomment-888837000 * Also added tests for all types of age-gate Closes #581
2021-07-31[youtube] simplify and de-duplicate client definitions (#577)pukkandan
2021-07-31[youtube] Improve age-gate detection (#577)colethedj
Authored by: colethedj
2021-07-31[youtube] Force `hl=en` for comments (#594)coletdjnz
Closes #532
2021-07-29[vidio] Fix login error detection (#582)MinePlayersPE
Authored by: MinePlayersPE
2021-07-29[Hotstar] Support cookies (#584)Ashish
Closes #583 Authored by: Ashish0804
2021-07-29[Mxplayer] Add h265 formats (#572)Ashish
Authored by: Ashish0804
2021-07-29[dplay] Add `ScienceChannelIE` (#567)Sipherdrakon
Authored by: Sipherdrakon
2021-07-29[generic] Support KVS player (#549)rigstot
* Replaces the extractor for thisvid Fixes: https://github.com/ytdl-org/youtube-dl/issues/2077 Authored-by: rigstot
2021-07-29Add format types `j`, `l`, `q` for outtmplpukkandan
Closes #345
2021-07-29Expand and escape environment variables correctly in outtmplpukkandan
Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results
2021-07-27[YouTube] Age-gate bypass implementation (#575)MinePlayersPE
* Calling the API with `clientScreen=EMBED` allows access to most age-gated videos - discovered by @ccdffddfddfdsfedeee (https://github.com/yt-dlp/yt-dlp/issues/574#issuecomment-887171136) * Adds clients: (web/android/ios)_(embedded/agegate), mweb_embedded * Renamed mobile_web to mweb Closes #574 Authored by pukkandan, MinePlayersPE
2021-07-26[youtube] Fix format sorting when using alternate clientspukkandan
2021-07-26[youtube] Add `mobile_web` client (#557)coletdjnz
Authored by: colethedj
2021-07-26[youtube] Add `player_client=all`pukkandan
2021-07-26Remove `asr` appearing twice in `-F`pukkandan
2021-07-26[bilibili] Improve `_VALID_URL`pukkandan
2021-07-25[HotStarSeriesIE] Fix regex (#569)Ashish
Authored by: Ashish0804
2021-07-25[UtreonIE] Add extractor (#562)Ashish
Authored by: Ashish0804
2021-07-24[mediaset] Fix extraction (#564)nixxo
Closes #365 Authored by: nixxo
2021-07-24[version] updatepukkandan
:ci skip all
2021-07-24Release 2021.07.242021.07.24pukkandan
2021-07-24[youtube:tab] Extract video duration earlypukkandan
Based on: https://github.com/ytdl-org/youtube-dl/pull/29487 by glenn-slayden
2021-07-24[youtube] Simplify `_get_text` earlypukkandan
2021-07-23[test] Add Python 3.10 (#480)xtkoba
Authored-by: pukkandan, xtkoba
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
2021-07-23[cookies] Handle errors when importing `keyring`pukkandan
Workaround for #551
2021-07-23[cookies] Handle `sqlite` `ImportError` gracefully (#554)Matt Broadway
Closes #544 Authored by: mbway
2021-07-23[downloader] Pass same status object to all `progress_hooks`pukkandan
2021-07-23[youtube] Fix subtitles only being extracted from the first clientpukkandan
Closes #547