Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/bilibili] Add space.bilibili extractors (#4468) | Locke | 2022-09-16 | 2 | -29/+119 | |
| | | | Authored by: lockmatrix | |||||
* | Allow plugin extractors to replace the built-in ones | pukkandan | 2022-09-16 | 2 | -2/+18 | |
| | | | | | | This allows easier plugin chaining; e.g. - https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7 - https://gist.github.com/pukkandan/fcf5ca1785c80f64e471f0ee14f990fb | |||||
* | Fix `--config-location -` | pukkandan | 2022-09-13 | 1 | -0/+3 | |
| | ||||||
* | Fix bug in 941e881e1fe20ee8955f3b751ce26953d9e86656 (#4893) | bashonly | 2022-09-11 | 1 | -1/+2 | |
| | | | Authored by: bashonly | |||||
* | Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfe | pukkandan | 2022-09-11 | 1 | -1/+1 | |
| | | | | Closes #4890 | |||||
* | [cleanup] Misc | pukkandan | 2022-09-10 | 5 | -11/+15 | |
| | ||||||
* | Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfe | pukkandan | 2022-09-10 | 2 | -7/+8 | |
| | | | | Closes #4881 | |||||
* | [extractor/common] Escape `%` in `representation_id` of m3u8 | pukkandan | 2022-09-10 | 1 | -2/+2 | |
| | | | | Closes #4877 | |||||
* | [extractor/BiliIntl] Support uppercase lang in `_VALID_URL` | coletdjnz | 2022-09-10 | 1 | -2/+9 | |
| | | | | | Seen in some rare cases Authored by: coletdjnz | |||||
* | [extractor/youtube] Support changing extraction language (#4470) | coletdjnz | 2022-09-09 | 2 | -76/+287 | |
| | | | | | | | Adds `--extractor-args youtube:lang=<supported lang code>` extractor arg to prefer translated fields (e.g. title and description) of that language, if available, for all YouTube extractors. See README or error message for list of supported language codes. Closes https://github.com/yt-dlp/yt-dlp/issues/387 Authored by: coletdjnz | |||||
* | [extractor/adobepass] Add MSO AlticeOne (Optimum TV) (#4875) | CplPwnies | 2022-09-09 | 1 | -1/+6 | |
| | | | | | * Suddenlink rebrand to Optimum. Fixes #4874 Authored by: CplPwnies | |||||
* | [extractor/youtube] Fix video like count extraction | coletdjnz | 2022-09-09 | 1 | -13/+18 | |
| | | | | | Support new combined button layout Authored by: coletdjnz | |||||
* | Allow a `set` to be passed as `download_archive` | pukkandan | 2022-09-08 | 1 | -13/+15 | |
| | ||||||
* | [extractor/MLBTV] Detect live streams | pukkandan | 2022-09-08 | 1 | -0/+1 | |
| | ||||||
* | [docs] Improvements | pukkandan | 2022-09-07 | 14 | -101/+55 | |
| | | | | | | | * Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation * Link to wiki where applicable * Fix some mistakes. Closes #4853, Closes #4855, Closes #4852 * Improve some error messages | |||||
* | [extractor/BiliIntlSeries] Fix `_VALID_URL` | pukkandan | 2022-09-07 | 1 | -1/+1 | |
| | | | | Closes #4825 | |||||
* | Fix bug in 07a1250e0e90515ff8142161536f9dafa6eaba1b | pukkandan | 2022-09-06 | 1 | -5/+8 | |
| | ||||||
* | [utils] `base_url`: URL paths can contain `&` (#4841) | Elyse | 2022-09-04 | 2 | -1/+2 | |
| | | | | Authored by: elyse0 Closes #4187 | |||||
* | [outtmpl] Curly braces to filter keys | pukkandan | 2022-09-03 | 4 | -18/+50 | |
| | ||||||
* | [phantomjs] Fix bug in 587021cd9f717181b44e881941aca3f8d753758b (#4833) | Elyse | 2022-09-03 | 1 | -1/+1 | |
| | | | Authored by: elyse0 | |||||
* | [extractor/mediaworksnzvod] Add extractor (#4817) | coletdjnz | 2022-09-03 | 2 | -0/+106 | |
| | | | Authored by: coletdjnz | |||||
* | [extractor/animeondemand] Remove extractor (#4830) | TokyoBlackHole | 2022-09-03 | 3 | -284/+0 | |
| | | | Authored by: TokyoBlackHole | |||||
* | [jsinterp] Workaround operator associativity issue | pukkandan | 2022-09-02 | 2 | -1/+5 | |
| | | | | https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1235384480 | |||||
* | [extractor/amazonstore] Retry to avoid captcha page (#4811) | Lesmiscore | 2022-09-02 | 1 | -3/+9 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/triller] Fix auth token (#4813) | bashonly | 2022-09-02 | 1 | -20/+11 | |
| | | | Authored by: bashonly | |||||
* | [extractor/motorsport] Support native embeds | pukkandan | 2022-09-02 | 1 | -2/+7 | |
| | | | | Closes #4749 | |||||
* | [extractor/bandcamp] Extract `uploader_url` | pukkandan | 2022-09-02 | 1 | -2/+4 | |
| | | | | Closes #4755 | |||||
* | [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 |