Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [limelight] Obey `allow_unplayable_formats` | pukkandan | 2021-04-26 | 1 | -1/+4 | |
| | ||||||
* | [FormatSort] Fix for when some formats have quality and others don't | pukkandan | 2021-04-26 | 1 | -2/+2 | |
| | ||||||
* | Py2 compatibility for `FileNotFoundError` | pukkandan | 2021-04-26 | 2 | -2/+10 | |
| | ||||||
* | [niconico] Fix title and thumbnail extraction (#273) | CXwudi | 2021-04-26 | 1 | -2/+5 | |
| | | | Authored by: CXwudi | |||||
* | [Mxplayer] Add MxplayerShowIE (#270) | Ashish | 2021-04-26 | 2 | -3/+50 | |
| | | | Authored by: Ashish0804 | |||||
* | [utils] Encode URLs in `YoutubeDLCookieProcessor` | pukkandan | 2021-04-24 | 1 | -1/+9 | |
| | | | | Closes #263 | |||||
* | [tubi] Raise "no video formats" error when video url is empty | pukkandan | 2021-04-24 | 1 | -3/+7 | |
| | | | | Related: #266 | |||||
* | [francetvinfo] Improve video id extraction | pukkandan | 2021-04-23 | 1 | -1/+18 | |
| | | | | Closes #261 | |||||
* | [version] update :ci skip all | pukkandan | 2021-04-22 | 6 | -13/+13 | |
| | ||||||
* | Release 2021.04.22 | pukkandan | 2021-04-22 | 4 | -5/+54 | |
| | ||||||
* | [documentation] Fix typos | pukkandan | 2021-04-22 | 3 | -29/+29 | |
| | ||||||
* | [ci] Disable fail-fast | pukkandan | 2021-04-22 | 1 | -1/+1 | |
| | ||||||
* | [lazy_extractor] Do not load plugins | pukkandan | 2021-04-22 | 1 | -0/+5 | |
| | ||||||
* | Update to ytdl-commit-7e8b3f9 | pukkandan | 2021-04-22 | 6 | -27/+110 | |
| | | | | | [youtube] Remove unused code https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438 | |||||
* | [mildom] Remove proxy (#260) | Felix S | 2021-04-22 | 1 | -62/+20 | |
| | | | | | | Closes #251 Makes 2cff49599769dcc131c385cbc24bab35d0b182ad, ab406a1c0e7f0afde7e80818c0159bfa2847481f, #252 obsolete Authored by: fstirlitz | |||||
* | [BilibiliChannel] Fix pagination | pukkandan | 2021-04-22 | 1 | -19/+32 | |
| | | | | | | | Closes #222 https://github.com/nao20010128nao/ytdl-patched/commit/ccca21d7f57f1330a205f07d369e31883ba006c2 Coauthored by: nao20010128nao, pukkandan | |||||
* | [documentation] Clarify which deprecated options still work | pukkandan | 2021-04-22 | 1 | -23/+39 | |
| | ||||||
* | Improve output template (see desc) | pukkandan | 2021-04-22 | 5 | -36/+78 | |
| | | | | | | * Objects can be traversed like `%(field.key1.key2)s` * A number can be added to the field as `%(field+n)s` * Deprecates `--autonumber-start` | |||||
* | Add option `--skip-playlist-after-errors` | pukkandan | 2021-04-22 | 4 | -0/+17 | |
| | | | | Allows to skip the rest of a playlist after a given number of errors are encountered | |||||
* | [go] Fix `_VALID_URL` | pukkandan | 2021-04-21 | 1 | -5/+10 | |
| | | | | Closes #255 | |||||
* | [mildom] Warn user of proxy | pukkandan | 2021-04-21 | 1 | -0/+3 | |
| | ||||||
* | [MetadataFromField] Improve regex and add tests | pukkandan | 2021-04-21 | 2 | -4/+14 | |
| | ||||||
* | [youtube] Bugfix in `_extract_ytcfg` | pukkandan | 2021-04-21 | 1 | -0/+2 | |
| | ||||||
* | Improve --sub-langs (see desc) | pukkandan | 2021-04-20 | 4 | -16/+59 | |
| | | | | | | | | * Treat `--sub-langs` entries as regex * `all` can be used to refer to all the subtitles * the language code can be prefixed with `-` to exclude it * Deprecates `--all-subs` Closes #253 | |||||
* | [mildom:user:vod] Download only necessary amount of pages | pukkandan | 2021-04-19 | 1 | -14/+14 | |
| | ||||||
* | [mildom:vod] Remove proxy | pukkandan | 2021-04-19 | 1 | -5/+6 | |
| | | | | * Proxy is needed only for live videos | |||||
* | [mildom] Change proxy | pukkandan | 2021-04-19 | 1 | -5/+17 | |
| | | | | | Related: #251 Closes #252 | |||||
* | [twitcasting] Fix extractor | pukkandan | 2021-04-18 | 1 | -6/+9 | |
| | | | | | | | | * `Origin: https://twitcasting.tv` must be sent when requesting the webpage. Otherwise the extracted `m3u8` will always give a `502` * Fix regex for when `data-movie-playlist` is a dict containing the needed list * media initialization is fully supported; so change downloader to native Closes #220 | |||||
* | [rai] Add support for http formats (#208) | nixxo | 2021-04-17 | 1 | -19/+108 | |
| | | | Authored by: nixxo | |||||
* | Improve the yt-dlp.sh script (#248) | Felix S | 2021-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | * Quote the `$0` variable to correctly handle spaces * Change the shebang line to `/bin/sh` to avoid unnecessarily depending on bash * Use the `exec` command to avoid having the shell process linger unnecessarily * Change the mode to make the script directly executable Authored by: fstirlitz :ci skip all | |||||
* | Update to ytdl-commit-9f6c03 | pukkandan | 2021-04-17 | 5 | -41/+163 | |
| | | | | | [cbsnews] Fix extraction for python <3.6 https://github.com/ytdl-org/youtube-dl/commit/9f6c03a00602eb1119e43a522cf50682f6d6a6dd | |||||
* | [youtube:tab] Reload with unavailable videos for all playlists | pukkandan | 2021-04-17 | 1 | -17/+30 | |
| | | | | | If the unavailable video is in a later page, the warning and button are not shown in the initial webpage So we force all playlists' initial page to reload with the correct params | |||||
* | Add option `--ignore-no-formats-error` | pukkandan | 2021-04-17 | 39 | -76/+103 | |
| | | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors | |||||
* | Fix inconsistent use of `report_warning` | pukkandan | 2021-04-17 | 14 | -31/+31 | |
| | ||||||
* | [downloader] Fix ffmpeg selection for m3u8_native | pukkandan | 2021-04-17 | 1 | -1/+1 | |
| | ||||||
* | [youtube:tab] Show unavailable videos in playlists (#242) | coletdjnz | 2021-04-17 | 1 | -5/+71 | |
| | | | | | Closes #231 Authored by: colethedj | |||||
* | Fix some linter and typos | pukkandan | 2021-04-16 | 4 | -7/+7 | |
| | ||||||
* | [viu:ott] Fix extractor (see desc) | lkho | 2021-04-16 | 1 | -10/+140 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add language_flag_id query param * add support for premium account (untested since I dont have a premium account) * support entire series Code from: https://github.com/blackjack4494/youtube-dlc/pull/211 https://github.com/ytdl-org/youtube-dl/pull/15182 https://github.com/ytdl-org/youtube-dl/pull/26775 Fixes: https://github.com/yt-dlp/yt-dlp/issues/219 https://github.com/ytdl-org/youtube-dl/issues/27946 https://github.com/ytdl-org/youtube-dl/issues/27863 https://github.com/ytdl-org/youtube-dl/issues/27812 https://github.com/ytdl-org/youtube-dl/issues/27464 https://github.com/ytdl-org/youtube-dl/issues/26788 https://github.com/blackjack4494/yt-dlc/issues/136 Possibly also fixes (untested): https://github.com/ytdl-org/youtube-dl/issues/16992 https://github.com/ytdl-org/youtube-dl/issues/26701 Co-authored by: lkho, pukkandan | |||||
* | [Exec] Ensure backward compatibility when the command contains `%` | pukkandan | 2021-04-16 | 1 | -10/+14 | |
| | ||||||
* | [youtube] Standardize API calls for tabs, mixes and search (#245) | coletdjnz | 2021-04-15 | 1 | -52/+78 | |
| | | | Authored by: colethedj | |||||
* | [youtube] Ignore invalid stretch ratio | pukkandan | 2021-04-14 | 1 | -2/+4 | |
| | | | | Closes #244 | |||||
* | [downloader] Fix downloader selection for m3u8 | pukkandan | 2021-04-14 | 1 | -1/+1 | |
| | | | | Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f and a31953b0e69f710f737643cb36b0ca1caf69e04c | |||||
* | [TubiTv] Add TubiTvShowIE (#243) | Ashish | 2021-04-14 | 2 | -2/+36 | |
| | | | Authored by: Ashish0804 | |||||
* | [youtube] Improve channel syncid extraction to support ytcfg (#241) | coletdjnz | 2021-04-14 | 1 | -4/+9 | |
| | | | Authored by: colethedj | |||||
* | Ensure `mergeall` selects best format when multistreams are disabled | pukkandan | 2021-04-13 | 1 | -2/+2 | |
| | ||||||
* | [downloader] Fix external downloader selection for m3u8 | pukkandan | 2021-04-12 | 1 | -1/+1 | |
| | | | | Closes #239 | |||||
* | [version] update | pukkandan | 2021-04-12 | 7 | -14/+14 | |
| | | | | :ci skip all | |||||
* | Release 2021.04.11 | pukkandan | 2021-04-12 | 4 | -5/+42 | |
| | ||||||
* | [documentation] Improvements | pukkandan | 2021-04-12 | 5 | -49/+57 | |
| | ||||||
* | Add option `--convert-thumbnails` | pukkandan | 2021-04-12 | 6 | -60/+124 | |
| | | | | Closes: https://github.com/yt-dlp/yt-dlp/issues/99 https://github.com/yt-dlp/yt-dlp/issues/102 |