aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add option `--alias`pukkandan2022-05-195-48/+167
|
* [version] updategithub-actions2022-05-186-15/+15
| | | | | | Created by: pukkandan :ci skip all
* Release 2022.05.18pukkandan2022-05-184-10/+165
|
* [cleanup] Minor fixespukkandan2022-05-188-18/+26
|
* [utils] `is_html`: Handle double BOMpukkandan2022-05-182-6/+20
| | | | Closes #2885
* [vimeo] Fix extractorspukkandan2022-05-183-15/+21
| | | | | Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
* [generic] Refactor `_extract_rss`pukkandan2022-05-181-35/+14
| | | | Closes #3738
* Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50pukkandan2022-05-173-7/+10
| | | | Closes #3769
* [compat] Implement `compat.imghdr`pukkandan2022-05-174-12/+25
| | | | Python 3.11 deprecates `imghdr` module
* [build] More test-runnerspukkandan2022-05-172-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`pukkandan2022-05-174-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.10coletdjnz2022-05-171-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 241464919271278831f23b3a086dcf57aeb80d3bpukkandan2022-05-171-4/+2
|
* [adobepass] Allow cookies for authenticating MSOpukkandan2022-05-171-24/+32
| | | | Possible workaround for #1034
* `--max-downloads` should obey `--break-per-input`pukkandan2022-05-172-5/+2
|
* [cleanup] Misc cleanuppukkandan2022-05-1722-103/+79
|
* [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841pukkandan2022-05-171-3/+3
| | | | Closes #3595
* [build] Add `make uninstall` (#3747)MrRawes2022-05-151-0/+7
| | | Authored by: MrRawes
* [goodgame] Add extractor (#3686)Dzmitry Neviadomski2022-05-152-0/+59
| | | Authored by: nevack
* [rokfin:search] Add extractor (#2992)P-reducible2022-05-152-1/+76
| | | Authored by: P-reducible, pukkandan
* [rokfin] Implement login (#2992)pukkandan2022-05-151-4/+85
| | | | Authored by: P-reducible, pukkandan
* [Podchaser] Add extractors (#3665)Conner2022-05-152-0/+98
| | | Authored by; connercsbn
* [wat] Fix extraction of multi-language videos and subtitles (#3739)Elyse2022-05-151-1/+1
| | | | Closes #982, closes #1683 Authored by: elyse0
* [adn] Update AES key (#3743)Elyse2022-05-151-1/+1
| | | | Closes #2002 Authored by: elyse0
* [nebula] Add support for subscriptions (#3719)Henrik Heimbuerger2022-05-152-29/+69
| | | | Closes #3609 Authored by: hheimbuerger
* [youtube] Added piped instance urls (#3714)Jordan Weatherby2022-05-121-0/+10
| | | | Closes #3661 Authored by: JordanWeatherby
* [extractor] Use classmethod/property where possiblepukkandan2022-05-1311-173/+194
| | | | | | and refactor lazy extractors accordingly. This reduces the need to create extractor instances
* [DRTV] Improve `_VALID_URL` (#3708)Filip Hedman2022-05-121-9/+37
| | | Authored by: vertan
* [cookies] Throttle progress-barpukkandan2022-05-121-4/+10
| | | | Closes #3710
* [extractor] Document netrc machinespukkandan2022-05-117-228/+223
| | | | Closes #3169
* [FixupM3u8] Obey `--hls-prefer-mpegts`pukkandan2022-05-111-2/+2
| | | | Closes #3697
* Fix `--date today`pukkandan2022-05-113-21/+19
| | | | Closes #3704
* Show name of downloader in verbose logpukkandan2022-05-117-11/+5
| | | | Closes #3703
* [cookies] Allow `cookiefile` to be a text streampukkandan2022-05-113-5/+28
| | | | Closes #3674
* Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341apukkandan2022-05-101-2/+1
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597
* [cleanup] Minor fixes (See desc)pukkandan2022-05-0935-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-za2022-05-091-1/+4
| | | Authored by: ca-za
* [wistia] Fix `_VALID_URL`pukkandan2022-05-091-2/+2
| | | | | Closes #2866 Authored by: dirkf
* [Jamendo] Extract more metadata (#3672)Evan Spensley2022-05-071-8/+27
| | | Authored by: evansp
* Run `FFmpegFixupM3u8PP` for live-streams if neededpukkandan2022-05-071-1/+2
| | | | Closes #3669
* [kaltura] Update API calls (#3657)MMM2022-05-071-19/+28
| | | Authored by: flashdagger
* [radiko] Fix extractor (#3655)Lesmiscore2022-05-081-37/+31
| | | Authored by: Lesmiscore
* Remove warning for videos with an empty titlepukkandan2022-05-072-5/+11
|
* [toggo] Fix `_VALID_URL`pukkandan2022-05-071-1/+4
| | | | Closes #2610
* Allow use of weaker ciphers with `--legacy-server-connect`pukkandan2022-05-071-6/+10
| | | | Closes #2043
* [cleanup, zingmp3] Refactor extractorspukkandan2022-05-071-177/+132
|
* [ruutu] Support hs.fi embeds (#3547)Teemu Ikonen2022-05-072-13/+61
| | | Authored by: tpikonen, pukkandan
* [cleanup, tmz] Update tests (#3654)diegorodriguezv2022-05-071-11/+48
| | | Authored by: diegorodriguezv
* [ZingMp3] Add chart and user extractors (#3423)Ha Tien Loi2022-05-072-16/+229
| | | Authored by: hatienl0i261299
* [gronkh] Add playlist extractors (#3337)Ha Tien Loi2022-05-072-2/+63
| | | | Closes #3300 Authored by: hatienl0i261299