Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option --retry-sleep (#3059) | pukkandan | 2022-05-19 | 6 | -6/+56 |
| | | | | Closes #2852 | ||||
* | Add option `--alias` | pukkandan | 2022-05-19 | 5 | -48/+167 |
| | |||||
* | [version] update | github-actions | 2022-05-18 | 6 | -15/+15 |
| | | | | | | Created by: pukkandan :ci skip all | ||||
* | Release 2022.05.18 | pukkandan | 2022-05-18 | 4 | -10/+165 |
| | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-05-18 | 8 | -18/+26 |
| | |||||
* | [utils] `is_html`: Handle double BOM | pukkandan | 2022-05-18 | 2 | -6/+20 |
| | | | | Closes #2885 | ||||
* | [vimeo] Fix extractors | pukkandan | 2022-05-18 | 3 | -15/+21 |
| | | | | | Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360 | ||||
* | [generic] Refactor `_extract_rss` | pukkandan | 2022-05-18 | 1 | -35/+14 |
| | | | | Closes #3738 | ||||
* | Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50 | pukkandan | 2022-05-17 | 3 | -7/+10 |
| | | | | Closes #3769 | ||||
* | [compat] Implement `compat.imghdr` | pukkandan | 2022-05-17 | 4 | -12/+25 |
| | | | | Python 3.11 deprecates `imghdr` module | ||||
* | [build] More test-runners | pukkandan | 2022-05-17 | 2 | -7/+7 |
| | | | | | | | * GHA does not cache python 3.6 for Windows, so use 3.8 instead * Add tests for 3.11, PyPy3.8/3.9 * CPython 3.10 is now stable * Do not pin Ubuntu to 18.04 | ||||
* | Fix color in `-q -F` | pukkandan | 2022-05-17 | 4 | -43/+54 |
| | | | | | | and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace` Closes #3761 | ||||
* | [http] Fix bug in retrying on read timeout in py < 3.10 | coletdjnz | 2022-05-17 | 1 | -1/+8 |
| | | | | | | socket.timeout is not an alias of TimeoutError in py < 3.10 Fixes bug in https://github.com/yt-dlp/yt-dlp/commit/a2e77303e3385da640a0904cd6cb76235fa9691b Authored-by: coletdjnz | ||||
* | Bugfix for 241464919271278831f23b3a086dcf57aeb80d3b | pukkandan | 2022-05-17 | 1 | -4/+2 |
| | |||||
* | [adobepass] Allow cookies for authenticating MSO | pukkandan | 2022-05-17 | 1 | -24/+32 |
| | | | | Possible workaround for #1034 | ||||
* | `--max-downloads` should obey `--break-per-input` | pukkandan | 2022-05-17 | 2 | -5/+2 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-05-17 | 22 | -103/+79 |
| | |||||
* | [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841 | pukkandan | 2022-05-17 | 1 | -3/+3 |
| | | | | Closes #3595 | ||||
* | [build] Add `make uninstall` (#3747) | MrRawes | 2022-05-15 | 1 | -0/+7 |
| | | | Authored by: MrRawes | ||||
* | [goodgame] Add extractor (#3686) | Dzmitry Neviadomski | 2022-05-15 | 2 | -0/+59 |
| | | | Authored by: nevack | ||||
* | [rokfin:search] Add extractor (#2992) | P-reducible | 2022-05-15 | 2 | -1/+76 |
| | | | Authored by: P-reducible, pukkandan | ||||
* | [rokfin] Implement login (#2992) | pukkandan | 2022-05-15 | 1 | -4/+85 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [Podchaser] Add extractors (#3665) | Conner | 2022-05-15 | 2 | -0/+98 |
| | | | Authored by; connercsbn | ||||
* | [wat] Fix extraction of multi-language videos and subtitles (#3739) | Elyse | 2022-05-15 | 1 | -1/+1 |
| | | | | Closes #982, closes #1683 Authored by: elyse0 | ||||
* | [adn] Update AES key (#3743) | Elyse | 2022-05-15 | 1 | -1/+1 |
| | | | | Closes #2002 Authored by: elyse0 | ||||
* | [nebula] Add support for subscriptions (#3719) | Henrik Heimbuerger | 2022-05-15 | 2 | -29/+69 |
| | | | | Closes #3609 Authored by: hheimbuerger | ||||
* | [youtube] Added piped instance urls (#3714) | Jordan Weatherby | 2022-05-12 | 1 | -0/+10 |
| | | | | Closes #3661 Authored by: JordanWeatherby | ||||
* | [extractor] Use classmethod/property where possible | pukkandan | 2022-05-13 | 11 | -173/+194 |
| | | | | | | and refactor lazy extractors accordingly. This reduces the need to create extractor instances | ||||
* | [DRTV] Improve `_VALID_URL` (#3708) | Filip Hedman | 2022-05-12 | 1 | -9/+37 |
| | | | Authored by: vertan | ||||
* | [cookies] Throttle progress-bar | pukkandan | 2022-05-12 | 1 | -4/+10 |
| | | | | Closes #3710 | ||||
* | [extractor] Document netrc machines | pukkandan | 2022-05-11 | 7 | -228/+223 |
| | | | | Closes #3169 | ||||
* | [FixupM3u8] Obey `--hls-prefer-mpegts` | pukkandan | 2022-05-11 | 1 | -2/+2 |
| | | | | Closes #3697 | ||||
* | Fix `--date today` | pukkandan | 2022-05-11 | 3 | -21/+19 |
| | | | | Closes #3704 | ||||
* | Show name of downloader in verbose log | pukkandan | 2022-05-11 | 7 | -11/+5 |
| | | | | Closes #3703 | ||||
* | [cookies] Allow `cookiefile` to be a text stream | pukkandan | 2022-05-11 | 3 | -5/+28 |
| | | | | Closes #3674 | ||||
* | Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341a | pukkandan | 2022-05-10 | 1 | -2/+1 |
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597 | ||||
* | [cleanup] Minor fixes (See desc) | pukkandan | 2022-05-09 | 35 | -136/+124 |
| | | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup | ||||
* | [toggo] Improve `_VALID_URL` (#3689) | ca-za | 2022-05-09 | 1 | -1/+4 |
| | | | Authored by: ca-za | ||||
* | [wistia] Fix `_VALID_URL` | pukkandan | 2022-05-09 | 1 | -2/+2 |
| | | | | | Closes #2866 Authored by: dirkf | ||||
* | [Jamendo] Extract more metadata (#3672) | Evan Spensley | 2022-05-07 | 1 | -8/+27 |
| | | | Authored by: evansp | ||||
* | Run `FFmpegFixupM3u8PP` for live-streams if needed | pukkandan | 2022-05-07 | 1 | -1/+2 |
| | | | | Closes #3669 | ||||
* | [kaltura] Update API calls (#3657) | MMM | 2022-05-07 | 1 | -19/+28 |
| | | | Authored by: flashdagger | ||||
* | [radiko] Fix extractor (#3655) | Lesmiscore | 2022-05-08 | 1 | -37/+31 |
| | | | Authored by: Lesmiscore | ||||
* | Remove warning for videos with an empty title | pukkandan | 2022-05-07 | 2 | -5/+11 |
| | |||||
* | [toggo] Fix `_VALID_URL` | pukkandan | 2022-05-07 | 1 | -1/+4 |
| | | | | Closes #2610 | ||||
* | Allow use of weaker ciphers with `--legacy-server-connect` | pukkandan | 2022-05-07 | 1 | -6/+10 |
| | | | | Closes #2043 | ||||
* | [cleanup, zingmp3] Refactor extractors | pukkandan | 2022-05-07 | 1 | -177/+132 |
| | |||||
* | [ruutu] Support hs.fi embeds (#3547) | Teemu Ikonen | 2022-05-07 | 2 | -13/+61 |
| | | | Authored by: tpikonen, pukkandan | ||||
* | [cleanup, tmz] Update tests (#3654) | diegorodriguezv | 2022-05-07 | 1 | -11/+48 |
| | | | Authored by: diegorodriguezv | ||||
* | [ZingMp3] Add chart and user extractors (#3423) | Ha Tien Loi | 2022-05-07 | 2 | -16/+229 |
| | | | Authored by: hatienl0i261299 |