Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add logo and banner | pukkandan | 2021-08-02 | 5 | -11/+40 |
| | |||||
* | [youtube] Extract SAPISID only once | pukkandan | 2021-08-02 | 1 | -14/+21 |
| | |||||
* | [tenplay] Add MA15+ age limit (#606) | pukkandan | 2021-08-02 | 1 | -1/+2 |
| | | | | Authored by: pento | ||||
* | [CBS] Add fallback (#579) | LE | 2021-08-02 | 2 | -13/+84 |
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan | ||||
* | [Vimeo] Better extraction of original file (#599) | Ashish | 2021-08-02 | 1 | -0/+40 |
| | | | Authored by: Ashish0804 | ||||
* | [test:download] Support testing with `ignore_no_formats_error` | pukkandan | 2021-08-02 | 2 | -3/+11 |
| | |||||
* | [CBS] Add ParamountPlusSeriesIE (#603) | Ashish | 2021-08-02 | 2 | -1/+41 |
| | | | Authored by: Ashish0804 | ||||
* | [youtube] Add age-gate bypass for unverified accounts (#600) | David | 2021-08-02 | 2 | -24/+54 |
| | | | | | Adds `_creator` variants for each client Authored by: zerodytrash, colethedj, pukkandan | ||||
* | [cleanup] Fix linter in 96fccc101f8f579ebd67da176e029803d82634c7 | pukkandan | 2021-08-01 | 3 | -3/+3 |
| | |||||
* | [downloader] Allow streaming unmerged formats to stdout using ffmpeg | pukkandan | 2021-08-01 | 5 | -15/+36 |
| | | | | | | | | | 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 | ||||
* | [cleanup] Refactor some code | pukkandan | 2021-08-01 | 9 | -69/+67 |
| | |||||
* | Set `home:` as the default key for `-P` | pukkandan | 2021-08-01 | 1 | -4/+6 |
| | |||||
* | [FormatSort] Fix bug for audio with unknown codec | pukkandan | 2021-08-01 | 2 | -8/+6 |
| | |||||
* | Add compat-option `no-clean-infojson` | pukkandan | 2021-08-01 | 4 | -5/+8 |
| | |||||
* | [utils] Fix slicing of reversed `LazyList` | pukkandan | 2021-08-01 | 2 | -9/+12 |
| | | | | Closes #589 | ||||
* | [youtube] Fix default global API key | coletdjnz | 2021-08-01 | 1 | -1/+1 |
| | | | bug introduced in https://github.com/yt-dlp/yt-dlp/commit/000c15a4cad1079fe91609a5d5a0ff8d20cca865 | ||||
* | [adobepass] Add MSO Sling TV (#596) | Wes | 2021-07-31 | 1 | -0/+39 |
| | | | | | | Original PR: ytdl-org/youtube-dl#29686 Closes: #300, ytdl-org/youtube-dl#18132 Authored by: wesnm | ||||
* | [RCTIPlus] Remove PhantomJS dependency (#595) | MinePlayersPE | 2021-07-31 | 1 | -11/+24 |
| | | | Authored by: MinePlayersPE | ||||
* | [youtube] Misc cleanup (#577) | pukkandan | 2021-07-31 | 1 | -20/+28 |
| | | | | Authored by: pukkandan, colethedj | ||||
* | [youtube] Add `thirdParty` to agegate clients (#577) | pukkandan | 2021-07-31 | 1 | -1/+53 |
| | | | | | | | | * 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 | ||||
* | [youtube] simplify and de-duplicate client definitions (#577) | pukkandan | 2021-07-31 | 1 | -249/+157 |
| | |||||
* | [youtube] Improve age-gate detection (#577) | colethedj | 2021-07-31 | 1 | -11/+17 |
| | | | | Authored by: colethedj | ||||
* | [youtube] Force `hl=en` for comments (#594) | coletdjnz | 2021-07-31 | 1 | -1/+5 |
| | | | Closes #532 | ||||
* | [vidio] Fix login error detection (#582) | MinePlayersPE | 2021-07-29 | 1 | -3/+13 |
| | | | Authored by: MinePlayersPE | ||||
* | [Hotstar] Support cookies (#584) | Ashish | 2021-07-29 | 1 | -29/+18 |
| | | | | Closes #583 Authored by: Ashish0804 | ||||
* | [Mxplayer] Add h265 formats (#572) | Ashish | 2021-07-29 | 1 | -1/+6 |
| | | | Authored by: Ashish0804 | ||||
* | [dplay] Add `ScienceChannelIE` (#567) | Sipherdrakon | 2021-07-29 | 3 | -26/+49 |
| | | | Authored by: Sipherdrakon | ||||
* | [generic] Support KVS player (#549) | rigstot | 2021-07-29 | 3 | -98/+165 |
| | | | | | | * Replaces the extractor for thisvid Fixes: https://github.com/ytdl-org/youtube-dl/issues/2077 Authored-by: rigstot | ||||
* | Add format types `j`, `l`, `q` for outtmpl | pukkandan | 2021-07-29 | 5 | -17/+49 |
| | | | | Closes #345 | ||||
* | Expand and escape environment variables correctly in outtmpl | pukkandan | 2021-07-29 | 5 | -37/+60 |
| | | | | Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results | ||||
* | [YouTube] Age-gate bypass implementation (#575) | MinePlayersPE | 2021-07-27 | 2 | -85/+105 |
| | | | | | | | | | * 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 | ||||
* | [youtube] Fix format sorting when using alternate clients | pukkandan | 2021-07-26 | 1 | -25/+35 |
| | |||||
* | [youtube] Add `mobile_web` client (#557) | coletdjnz | 2021-07-26 | 2 | -2/+17 |
| | | | Authored by: colethedj | ||||
* | [youtube] Add `player_client=all` | pukkandan | 2021-07-26 | 2 | -8/+15 |
| | |||||
* | Remove `asr` appearing twice in `-F` | pukkandan | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | [bilibili] Improve `_VALID_URL` | pukkandan | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | [HotStarSeriesIE] Fix regex (#569) | Ashish | 2021-07-25 | 1 | -1/+7 |
| | | | Authored by: Ashish0804 | ||||
* | [UtreonIE] Add extractor (#562) | Ashish | 2021-07-25 | 2 | -0/+86 |
| | | | Authored by: Ashish0804 | ||||
* | [mediaset] Fix extraction (#564) | nixxo | 2021-07-24 | 1 | -36/+39 |
| | | | | Closes #365 Authored by: nixxo | ||||
* | [version] update | pukkandan | 2021-07-24 | 6 | -13/+13 |
| | | | | :ci skip all | ||||
* | Release 2021.07.24 | pukkandan | 2021-07-24 | 3 | -2/+17 |
| | |||||
* | [youtube:tab] Extract video duration early | pukkandan | 2021-07-24 | 1 | -1/+2 |
| | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/29487 by glenn-slayden | ||||
* | [youtube] Simplify `_get_text` early | pukkandan | 2021-07-24 | 2 | -39/+39 |
| | |||||
* | [test] Add Python 3.10 (#480) | xtkoba | 2021-07-23 | 3 | -4/+4 |
| | | | Authored-by: pukkandan, xtkoba | ||||
* | [test] Use `pytest` instead of `nosetests` (#482) | pukkandan | 2021-07-23 | 22 | -78/+97 |
| | | | | `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 | ||||
* | [cookies] Handle errors when importing `keyring` | pukkandan | 2021-07-23 | 1 | -4/+11 |
| | | | | Workaround for #551 | ||||
* | [cookies] Handle `sqlite` `ImportError` gracefully (#554) | Matt Broadway | 2021-07-23 | 1 | -1/+19 |
| | | | | Closes #544 Authored by: mbway | ||||
* | [downloader] Pass same status object to all `progress_hooks` | pukkandan | 2021-07-23 | 1 | -1/+5 |
| | |||||
* | [youtube] Fix subtitles only being extracted from the first client | pukkandan | 2021-07-23 | 1 | -10/+15 |
| | | | | Closes #547 | ||||
* | Try all clients even if age-gated | pukkandan | 2021-07-23 | 1 | -6/+2 |
| | | | | | | Reverts: https://github.com/yt-dlp/yt-dlp/pull/536/commits/892e31ce7c5f66418fee26a24eda30e5fe79d901 If some API calls have any issue, saving the state will cause unnecessary errors |