aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update to ytdl-commit-ed5c44e7pukkandan2022-09-014-45/+93
| | | | | | | | | | [compat] Replace deficient ChainMap class in Py3.3 and earlier https://github.com/ytdl-org/youtube-dl/commit/ed5c44e7b74ac77f87ca5ed6cb5e964a0c6a0678
| * [jsinterp] Fix escape in regexpukkandan2022-09-014-6/+16
| |
| * [extractor/youtube] Fallback regex for nsig code extractionpukkandan2022-09-011-2/+18
| |
| * [FormatSort] Fix `aext` for `--prefer-free-formats`pukkandan2022-09-012-2/+2
| | | | | | | | Closes #4735
| * [build] `make tar' should not follow `DESTDIR` (#4790)satan1st2022-09-011-2/+1
| | | | | | | | Ref: https://www.gnu.org/prep/standards/html_node/DESTDIR.html Authored by: satan1st
| * [extractor/youtube] Add `no-youtube-prefer-utc-upload-date` compat option ↵coletdjnz2022-09-013-1/+37
| | | | | | | | | | | | | | (#4771) This option reverts https://github.com/yt-dlp/yt-dlp/commit/992f9a730b49fd36fc422be8d802f98ebcdce418 and https://github.com/yt-dlp/yt-dlp/commit/17322130a954577bb03b833d5c435638e51e19f2 to prefer the non-UTC upload date in microformats. Authored by: coletdjnz, pukkandan
| * [cookies] Improve container support (#4806)bashonly2022-09-014-39/+43
| | | | | | | | Closes #4800 Authored by: bashonly, pukkandan, coletdjnz
| * [extractor/triller] Add extractor (#4712)bashonly2022-09-012-0/+308
| | | | | | | | Closes #4703 Authored by: bashonly
| * [VQQ] Add extractors (#4706)Elyse2022-09-013-209/+375
| | | | | | | | Closes #1666 Authored by: elyse0
| * [extractor/bilibili] Extract `flac` with premium account (#4759)Yifu Yu2022-08-311-0/+3
| | | | | | Authored by: jackyyf
| * [Build] Update pyinstallershirt2022-08-311-2/+2
| |
| * [extractor/eurosport] Add extractor (#4613)HobbyistDev2022-08-312-0/+100
| | | | | | | | Closes #2487 Authored by: HobbyistDev
| * [extractor/mediaset] Fix embed extractionpukkandan2022-08-311-9/+5
| | | | | | | | Closes #4804
| * [extractor/epoch] Add extractor (#4772)Tejas Arlimatti2022-08-312-0/+47
| | | | | | | | Closes #4714 Authored by: tejasa97
| * [extractor/stripchat] Don't modify input URL (#4781)DepFA2022-08-311-3/+1
| | | | | | Authored by: dfaker
| * [jsinterp] Add `charcodeAt` and bitwise overflow (#4706)Elyse2022-08-312-3/+27
| | | | | | | | Authored by: elyse0
| * [extractor/newspicks] Add extractor (#4725)Lesmiscore2022-08-313-2/+57
| | | | | | Authored by: Lesmiscore
| * [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-305-21/+54
| | | | | | Authored by: bashonly
| * [extractor/crunchyroll:beta] Use anonymous access (#4704)Jeff Huffman2022-08-301-27/+9
| | | | | | | | Closes #4692 Authored by: tejing1
| * 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
| |