aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore LD_LIBRARY_PATH when using PyInstaller (#4666)Lesmiscore2022-08-311-2/+25
| | | Authored by: Lesmiscore
* [utils] Add `deprecation_warning`pukkandan2022-08-3012-40/+67
| | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
* [downloader/external] Smarter detection of executablepukkandan2022-08-301-6/+4
| | | | Closes #4778
* [jsinterp, extractor/youtube] Minor fixespukkandan2022-08-305-14/+30
|
* [extractor/huya] Fix stream extraction (#4798)OHaiiBuzzle2022-08-301-6/+3
| | | | Closes #4658 Authored by: ohaiibuzzle
* [jsinterp] Fix `_separate`pukkandan2022-08-304-4/+8
| | | | Ref: https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1231126941
* [extractor/youtube] Update iOS Innertube clients (#4792)Samantaz Fox2022-08-291-6/+10
| | | Authored by: SamantazFox
* [extractor/youtube] Use device-specific user agent (#4770)coletdjnz2022-08-281-15/+29
| | | | | Thwart latest fingerprinting attempt (see https://github.com/iv-org/invidious/issues/3230#issuecomment-1226887639) Authored by: coletdjnz
* [extractor/IslamChannel] Add extractors (#4779)Lesmiscore2022-08-282-0/+86
| | | Authored by: Lesmiscore
* [cache, extractor/youtube] Invalidate old cachepukkandan2022-08-273-7/+16
|
* [extractor/generic] Don't return JW player without formatspukkandan2022-08-271-2/+4
| | | | CLoses #4765
* [extractor/arte] Bug fix (#4769)cgrigis2022-08-271-6/+6
| | | | Closes #4768 Authored by: cgrigis
* [extractor/screencastomatic] Support `--video-password` (#4761)Shreyas Minocha2022-08-261-0/+24
| | | Authored by: shreyasminocha
* [extractor/vimeo:user] Fix _VALID_URLpukkandan2022-08-261-1/+4
| | | | Closes #4758
* Bugfix for 822d66e591341f8bf082be371b4beb66d72ba080pukkandan2022-08-261-3/+3
| | | | Closes #4760
* [jsinterp] Fix bug in operator precedencepukkandan2022-08-252-1/+5
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1226659543
* Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-244-24/+36
| | | | | | and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
* Add version to infojsonpukkandan2022-08-242-14/+25
|
* Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-243-5/+4
|
* Fix `--break-per-url --max-downloads`pukkandan2022-08-243-3/+4
|
* Add option `--use-extractors`pukkandan2022-08-245-18/+58
| | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791
* [utils] Add orderedSet_from_optionspukkandan2022-08-243-45/+47
|
* [extractor/mixcloud] All formats are audio-onlypukkandan2022-08-231-0/+1
| | | | Closes #4740
* [extractor/medaltv] Fix extraction (#4739)Joshua Lochner2022-08-231-15/+55
| | | Authored by: xenova
* [extractor/rtbf] Fix jwt extraction (#4738)Elyse2022-08-231-1/+2
| | | | Closes #4683 Authored by: elyse0
* [jsinterp] Implement timeoutpukkandan2022-08-223-6/+10
| | | | Workaround for #4716
* Fix bug in `--alias`pukkandan2022-08-221-2/+3
|
* [extractor/BiliBiliSearch] Don't sort by datepukkandan2022-08-211-1/+0
| | | | Related #4682
* [extractor/BiliBiliSearch] Fix infinite looppukkandan2022-08-211-1/+3
| | | | Closes #4682
* [extractor/youtube] Fix bug in format sortingpukkandan2022-08-211-2/+2
|
* [test] Fix test_youtube_signaturepukkandan2022-08-212-9/+16
|
* [extractor/uktv] Improve _VALID_URLpukkandan2022-08-201-1/+1
| | | | | Closes #4707 Authored by: dirkf
* [extractor/bitchute] Mark errors as expectedpukkandan2022-08-201-1/+3
| | | | Closes #4685
* [version] updategithub-actions2022-08-197-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.08.19pukkandan2022-08-193-2/+43
|
* [cleanup] Miscpukkandan2022-08-195-5/+6
|
* [jsinterp] Bring on-par with youtube-dlpukkandan2022-08-192-51/+285
| | | | | | Code from: https://github.com/ytdl-org/youtube-dl/pull/31175, https://github.com/ytdl-org/youtube-dl/pull/31182 Authored by pukkandan, dirkf
* [extractor/instagram] Fix bugs in 7d3b98be4c4567b985ba7d7b17057e930457edc9 ↵bashonly2022-08-191-6/+6
| | | | | (#4701) Authored by: bashonly
* [extractor/rai] Minor fix (#4700)nixxo2022-08-191-1/+1
| | | Closes #4691, #4690
* [extractor/instagram] Fix extraction (#4696)bashonly2022-08-191-75/+101
| | | | Closes #4657, #4532, #4475 Authored by: bashonly, pritam20ps05
* [extractor/rtbf] Fix stream extractor (#4671)Elyse2022-08-191-12/+31
| | | | Closes #4656 Authored by: elyse0
* [extractor/zattoo] Fix Zattoo resellers (#4675)Alexander Seiler2022-08-192-57/+481
| | | | Closes #4630 Authored by: goggle
* [extractor/youtube] Add fallback to phantomjspukkandan2022-08-181-6/+31
| | | | Related #4635
* [phantomjs] Add function to execute JS without a DOMpukkandan2022-08-181-24/+38
| | | | Authored by: MinePlayersPE, pukkandan
* [youtube] Improve signature cachingpukkandan2022-08-181-58/+62
| | | | and refactor related functions
* [extractor/SovietsCloset] Fix extractor (#4688)ChillingPepper2022-08-181-7/+7
| | | | Closes #4200 Authored by: ChillingPepper
* [jsinterp] Fix for youtube player 1f7d5369pukkandan2022-08-183-19/+60
| | | | Closes #4635 again
* [youtube] Fix error reporting of "Incomplete data"pukkandan2022-08-162-2/+2
| | | | Related: #4669
* Fix bug in --download-archivepukkandan2022-08-161-1/+1
| | | | Closes #4668
* [jsinterp] Fix for youtube player c81bbb4apukkandan2022-08-163-15/+24
|