Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/youtube] Detect `lazy-load-for-videos` embeds | pukkandan | 2022-09-02 | 1 | -13/+20 | |
| | | | | Closes #4812 | |||||
* | [version] update | github-actions | 2022-09-01 | 7 | -26/+26 | |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | |||||
* | Release 2022.09.01 | pukkandan | 2022-09-01 | 3 | -0/+66 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2022-09-01 | 12 | -71/+67 | |
| | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022 | |||||
* | Update to ytdl-commit-ed5c44e7 | pukkandan | 2022-09-01 | 4 | -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 regex | pukkandan | 2022-09-01 | 4 | -6/+16 | |
| | ||||||
* | [extractor/youtube] Fallback regex for nsig code extraction | pukkandan | 2022-09-01 | 1 | -2/+18 | |
| | ||||||
* | [FormatSort] Fix `aext` for `--prefer-free-formats` | pukkandan | 2022-09-01 | 2 | -2/+2 | |
| | | | | Closes #4735 | |||||
* | [build] `make tar' should not follow `DESTDIR` (#4790) | satan1st | 2022-09-01 | 1 | -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 ↵ | coletdjnz | 2022-09-01 | 3 | -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) | bashonly | 2022-09-01 | 4 | -39/+43 | |
| | | | | Closes #4800 Authored by: bashonly, pukkandan, coletdjnz | |||||
* | [extractor/triller] Add extractor (#4712) | bashonly | 2022-09-01 | 2 | -0/+308 | |
| | | | | Closes #4703 Authored by: bashonly | |||||
* | [VQQ] Add extractors (#4706) | Elyse | 2022-09-01 | 3 | -209/+375 | |
| | | | | Closes #1666 Authored by: elyse0 | |||||
* | [extractor/bilibili] Extract `flac` with premium account (#4759) | Yifu Yu | 2022-08-31 | 1 | -0/+3 | |
| | | | Authored by: jackyyf | |||||
* | [Build] Update pyinstaller | shirt | 2022-08-31 | 1 | -2/+2 | |
| | ||||||
* | [extractor/eurosport] Add extractor (#4613) | HobbyistDev | 2022-08-31 | 2 | -0/+100 | |
| | | | | Closes #2487 Authored by: HobbyistDev | |||||
* | [extractor/mediaset] Fix embed extraction | pukkandan | 2022-08-31 | 1 | -9/+5 | |
| | | | | Closes #4804 | |||||
* | [extractor/epoch] Add extractor (#4772) | Tejas Arlimatti | 2022-08-31 | 2 | -0/+47 | |
| | | | | Closes #4714 Authored by: tejasa97 | |||||
* | [extractor/stripchat] Don't modify input URL (#4781) | DepFA | 2022-08-31 | 1 | -3/+1 | |
| | | | Authored by: dfaker | |||||
* | [jsinterp] Add `charcodeAt` and bitwise overflow (#4706) | Elyse | 2022-08-31 | 2 | -3/+27 | |
| | | | | Authored by: elyse0 | |||||
* | [extractor/newspicks] Add extractor (#4725) | Lesmiscore | 2022-08-31 | 3 | -2/+57 | |
| | | | Authored by: Lesmiscore | |||||
* | [cookies] Support firefox container in `--cookies-from-browser` (#4753) | bashonly | 2022-08-30 | 5 | -21/+54 | |
| | | | Authored by: bashonly | |||||
* | [extractor/crunchyroll:beta] Use anonymous access (#4704) | Jeff Huffman | 2022-08-30 | 1 | -27/+9 | |
| | | | | Closes #4692 Authored by: tejing1 | |||||
* | Restore LD_LIBRARY_PATH when using PyInstaller (#4666) | Lesmiscore | 2022-08-31 | 1 | -2/+25 | |
| | | | Authored by: Lesmiscore | |||||
* | [utils] Add `deprecation_warning` | pukkandan | 2022-08-30 | 12 | -40/+67 | |
| | | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515 | |||||
* | [downloader/external] Smarter detection of executable | pukkandan | 2022-08-30 | 1 | -6/+4 | |
| | | | | Closes #4778 | |||||
* | [jsinterp, extractor/youtube] Minor fixes | pukkandan | 2022-08-30 | 5 | -14/+30 | |
| | ||||||
* | [extractor/huya] Fix stream extraction (#4798) | OHaiiBuzzle | 2022-08-30 | 1 | -6/+3 | |
| | | | | Closes #4658 Authored by: ohaiibuzzle | |||||
* | [jsinterp] Fix `_separate` | pukkandan | 2022-08-30 | 4 | -4/+8 | |
| | | | | Ref: https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1231126941 | |||||
* | [extractor/youtube] Update iOS Innertube clients (#4792) | Samantaz Fox | 2022-08-29 | 1 | -6/+10 | |
| | | | Authored by: SamantazFox | |||||
* | [extractor/youtube] Use device-specific user agent (#4770) | coletdjnz | 2022-08-28 | 1 | -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) | Lesmiscore | 2022-08-28 | 2 | -0/+86 | |
| | | | Authored by: Lesmiscore | |||||
* | [cache, extractor/youtube] Invalidate old cache | pukkandan | 2022-08-27 | 3 | -7/+16 | |
| | ||||||
* | [extractor/generic] Don't return JW player without formats | pukkandan | 2022-08-27 | 1 | -2/+4 | |
| | | | | CLoses #4765 | |||||
* | [extractor/arte] Bug fix (#4769) | cgrigis | 2022-08-27 | 1 | -6/+6 | |
| | | | | Closes #4768 Authored by: cgrigis | |||||
* | [extractor/screencastomatic] Support `--video-password` (#4761) | Shreyas Minocha | 2022-08-26 | 1 | -0/+24 | |
| | | | Authored by: shreyasminocha | |||||
* | [extractor/vimeo:user] Fix _VALID_URL | pukkandan | 2022-08-26 | 1 | -1/+4 | |
| | | | | Closes #4758 | |||||
* | Bugfix for 822d66e591341f8bf082be371b4beb66d72ba080 | pukkandan | 2022-08-26 | 1 | -3/+3 | |
| | | | | Closes #4760 | |||||
* | [jsinterp] Fix bug in operator precedence | pukkandan | 2022-08-25 | 2 | -1/+5 | |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1226659543 | |||||
* | Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa | pukkandan | 2022-08-24 | 4 | -24/+36 | |
| | | | | | | and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071 | |||||
* | Add version to infojson | pukkandan | 2022-08-24 | 2 | -14/+25 | |
| | ||||||
* | Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa | pukkandan | 2022-08-24 | 3 | -5/+4 | |
| | ||||||
* | Fix `--break-per-url --max-downloads` | pukkandan | 2022-08-24 | 3 | -3/+4 | |
| | ||||||
* | Add option `--use-extractors` | pukkandan | 2022-08-24 | 5 | -18/+58 | |
| | | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791 | |||||
* | [utils] Add orderedSet_from_options | pukkandan | 2022-08-24 | 3 | -45/+47 | |
| | ||||||
* | [extractor/mixcloud] All formats are audio-only | pukkandan | 2022-08-23 | 1 | -0/+1 | |
| | | | | Closes #4740 | |||||
* | [extractor/medaltv] Fix extraction (#4739) | Joshua Lochner | 2022-08-23 | 1 | -15/+55 | |
| | | | Authored by: xenova | |||||
* | [extractor/rtbf] Fix jwt extraction (#4738) | Elyse | 2022-08-23 | 1 | -1/+2 | |
| | | | | Closes #4683 Authored by: elyse0 | |||||
* | [jsinterp] Implement timeout | pukkandan | 2022-08-22 | 3 | -6/+10 | |
| | | | | Workaround for #4716 | |||||
* | Fix bug in `--alias` | pukkandan | 2022-08-22 | 1 | -2/+3 | |
| |