aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-21Ensure pre-processor errors do not block video downloadpukkandan
Closes #2875
2022-05-20Fix `--simulate --max-downloads`pukkandan
Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815
2022-05-20Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3pukkandan
2022-05-20[compat] Add `functools.cached_property`pukkandan
2022-05-20Bugfix for 23326151c45b632c3d5948bd018e80abb370e676pukkandan
2022-05-20[StreamCZ] Fix extractor (#3789)adamanldo
Closes #3579 Authored by: dirkf, adamanldo
2022-05-20[ina] Fix extractor (#3807)Elyse
Closes #2463 Authored by: elyse0
2022-05-19[crunchyroll:beta] Fix extractor after API change (#3801)Jeff Huffman
Closes #2052 Authored by: Burve, tejing1
2022-05-20Return an error code if update failspukkandan
Closes #3802
2022-05-20[utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports
2022-05-20[tiktok] Detect embedspukkandan
Closes #3799
2022-05-19[utils] Improve performance using `functools.cache`pukkandan
Closes #3786
2022-05-19[utils] `ISO3166Utils`: Add `EU` and `AP`pukkandan
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
2022-05-19[doc, cleanup] Re-indent "Usage and Options" sectionpukkandan
2022-05-19Add option --retry-sleep (#3059)pukkandan
Closes #2852
2022-05-19Add option `--alias`pukkandan
2022-05-18[version] update2022.05.18github-actions
Created by: pukkandan :ci skip all
2022-05-18Release 2022.05.18pukkandan
2022-05-18[cleanup] Minor fixespukkandan
2022-05-18[utils] `is_html`: Handle double BOMpukkandan
Closes #2885
2022-05-18[vimeo] Fix extractorspukkandan
Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
2022-05-18[generic] Refactor `_extract_rss`pukkandan
Closes #3738
2022-05-17Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50pukkandan
Closes #3769
2022-05-17[compat] Implement `compat.imghdr`pukkandan
Python 3.11 deprecates `imghdr` module
2022-05-17[build] More test-runnerspukkandan
* 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
2022-05-17Fix color in `-q -F`pukkandan
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace` Closes #3761
2022-05-17[http] Fix bug in retrying on read timeout in py < 3.10coletdjnz
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
2022-05-17Bugfix for 241464919271278831f23b3a086dcf57aeb80d3bpukkandan
2022-05-17[adobepass] Allow cookies for authenticating MSOpukkandan
Possible workaround for #1034
2022-05-17`--max-downloads` should obey `--break-per-input`pukkandan
2022-05-17[cleanup] Misc cleanuppukkandan
2022-05-17[Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841pukkandan
Closes #3595
2022-05-15[build] Add `make uninstall` (#3747)MrRawes
Authored by: MrRawes
2022-05-15[goodgame] Add extractor (#3686)Dzmitry Neviadomski
Authored by: nevack
2022-05-15[rokfin:search] Add extractor (#2992)P-reducible
Authored by: P-reducible, pukkandan
2022-05-15[rokfin] Implement login (#2992)pukkandan
Authored by: P-reducible, pukkandan
2022-05-15[Podchaser] Add extractors (#3665)Conner
Authored by; connercsbn
2022-05-15[wat] Fix extraction of multi-language videos and subtitles (#3739)Elyse
Closes #982, closes #1683 Authored by: elyse0
2022-05-15[adn] Update AES key (#3743)Elyse
Closes #2002 Authored by: elyse0
2022-05-15[nebula] Add support for subscriptions (#3719)Henrik Heimbuerger
Closes #3609 Authored by: hheimbuerger
2022-05-12[youtube] Added piped instance urls (#3714)Jordan Weatherby
Closes #3661 Authored by: JordanWeatherby
2022-05-13[extractor] Use classmethod/property where possiblepukkandan
and refactor lazy extractors accordingly. This reduces the need to create extractor instances
2022-05-12[DRTV] Improve `_VALID_URL` (#3708)Filip Hedman
Authored by: vertan
2022-05-12[cookies] Throttle progress-barpukkandan
Closes #3710
2022-05-11[extractor] Document netrc machinespukkandan
Closes #3169
2022-05-11[FixupM3u8] Obey `--hls-prefer-mpegts`pukkandan
Closes #3697
2022-05-11Fix `--date today`pukkandan
Closes #3704
2022-05-11Show name of downloader in verbose logpukkandan
Closes #3703
2022-05-11[cookies] Allow `cookiefile` to be a text streampukkandan
Closes #3674
2022-05-10Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341apukkandan
Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597