aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-31[extractor/mediaset] Fix embed extractionpukkandan
Closes #4804
2022-08-31[extractor/epoch] Add extractor (#4772)Tejas Arlimatti
Closes #4714 Authored by: tejasa97
2022-08-31[extractor/stripchat] Don't modify input URL (#4781)DepFA
Authored by: dfaker
2022-08-31[jsinterp] Add `charcodeAt` and bitwise overflow (#4706)Elyse
Authored by: elyse0
2022-08-31[extractor/newspicks] Add extractor (#4725)Lesmiscore
Authored by: Lesmiscore
2022-08-30[cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly
Authored by: bashonly
2022-08-30[extractor/crunchyroll:beta] Use anonymous access (#4704)Jeff Huffman
Closes #4692 Authored by: tejing1
2022-08-31Restore LD_LIBRARY_PATH when using PyInstaller (#4666)Lesmiscore
Authored by: Lesmiscore
2022-08-30[utils] Add `deprecation_warning`pukkandan
See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
2022-08-30[downloader/external] Smarter detection of executablepukkandan
Closes #4778
2022-08-30[jsinterp, extractor/youtube] Minor fixespukkandan
2022-08-30[extractor/huya] Fix stream extraction (#4798)OHaiiBuzzle
Closes #4658 Authored by: ohaiibuzzle
2022-08-30[jsinterp] Fix `_separate`pukkandan
Ref: https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1231126941
2022-08-29[extractor/youtube] Update iOS Innertube clients (#4792)Samantaz Fox
Authored by: SamantazFox
2022-08-28[extractor/youtube] Use device-specific user agent (#4770)coletdjnz
Thwart latest fingerprinting attempt (see https://github.com/iv-org/invidious/issues/3230#issuecomment-1226887639) Authored by: coletdjnz
2022-08-28[extractor/IslamChannel] Add extractors (#4779)Lesmiscore
Authored by: Lesmiscore
2022-08-27[cache, extractor/youtube] Invalidate old cachepukkandan
2022-08-27[extractor/generic] Don't return JW player without formatspukkandan
CLoses #4765
2022-08-27[extractor/arte] Bug fix (#4769)cgrigis
Closes #4768 Authored by: cgrigis
2022-08-26[extractor/screencastomatic] Support `--video-password` (#4761)Shreyas Minocha
Authored by: shreyasminocha
2022-08-26[extractor/vimeo:user] Fix _VALID_URLpukkandan
Closes #4758
2022-08-26Bugfix for 822d66e591341f8bf082be371b4beb66d72ba080pukkandan
Closes #4760
2022-08-25[jsinterp] Fix bug in operator precedencepukkandan
Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1226659543
2022-08-24Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan
and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
2022-08-24Add version to infojsonpukkandan
2022-08-24Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan
2022-08-24Fix `--break-per-url --max-downloads`pukkandan
2022-08-24Add option `--use-extractors`pukkandan
Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791
2022-08-24[utils] Add orderedSet_from_optionspukkandan
2022-08-23[extractor/mixcloud] All formats are audio-onlypukkandan
Closes #4740
2022-08-23[extractor/medaltv] Fix extraction (#4739)Joshua Lochner
Authored by: xenova
2022-08-23[extractor/rtbf] Fix jwt extraction (#4738)Elyse
Closes #4683 Authored by: elyse0
2022-08-22[jsinterp] Implement timeoutpukkandan
Workaround for #4716
2022-08-22Fix bug in `--alias`pukkandan
2022-08-21[extractor/BiliBiliSearch] Don't sort by datepukkandan
Related #4682
2022-08-21[extractor/BiliBiliSearch] Fix infinite looppukkandan
Closes #4682
2022-08-21[extractor/youtube] Fix bug in format sortingpukkandan
2022-08-21[test] Fix test_youtube_signaturepukkandan
2022-08-20[extractor/uktv] Improve _VALID_URLpukkandan
Closes #4707 Authored by: dirkf
2022-08-20[extractor/bitchute] Mark errors as expectedpukkandan
Closes #4685
2022-08-19[version] update2022.08.19github-actions
Created by: pukkandan :ci skip all :ci run dl
2022-08-19Release 2022.08.19pukkandan
2022-08-19[cleanup] Miscpukkandan
2022-08-19[jsinterp] Bring on-par with youtube-dlpukkandan
Code from: https://github.com/ytdl-org/youtube-dl/pull/31175, https://github.com/ytdl-org/youtube-dl/pull/31182 Authored by pukkandan, dirkf
2022-08-19[extractor/instagram] Fix bugs in 7d3b98be4c4567b985ba7d7b17057e930457edc9 ↵bashonly
(#4701) Authored by: bashonly
2022-08-19[extractor/rai] Minor fix (#4700)nixxo
Closes #4691, #4690
2022-08-19[extractor/instagram] Fix extraction (#4696)bashonly
Closes #4657, #4532, #4475 Authored by: bashonly, pritam20ps05
2022-08-19[extractor/rtbf] Fix stream extractor (#4671)Elyse
Closes #4656 Authored by: elyse0
2022-08-19[extractor/zattoo] Fix Zattoo resellers (#4675)Alexander Seiler
Closes #4630 Authored by: goggle
2022-08-18[extractor/youtube] Add fallback to phantomjspukkandan
Related #4635