aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [generic] Allow further processing of json_ld URLpukkandan2022-02-022-3/+6
| | | | | | | | Closes #2578
| * Fix `--compat-options list-formats`pukkandan2022-02-021-5/+4
| | | | | | | | Closes #2481
| * [globo] Fix extractor (#2589)Bricio2022-02-021-3/+23
| | | | | | | | Closes #2524 Authored by: Bricio
| * [youtube, cleanup] Misc fixes and cleanuppukkandan2022-02-021-23/+28
| |
| * [youtube] Add extractor `YoutubeMusicSearchURLIE`pukkandan2022-02-022-9/+90
| | | | | | | | Closes #2568
| * [fc2] Fix extraction (#2572)Lesmiscore (Naoya Ozaki)2022-02-011-32/+21
| | | | | | | | Closes #2566 Authored by: Lesmiscore
| * [TikTok] Iterate through app versions (#2449)MinePlayersPE2022-02-012-22/+61
| | | | | | | | Closes #2476 Authored by: MinePlayersPE
| * [dplay] Add extractors for site changes (#2401)Sipherdrakon2022-02-012-5/+289
| | | | | | | | Closes #2438 Authored by: Sipherdrakon
| * [ertgr] Add new extractors (#2338)Zenon Mousmoulas2022-02-013-0/+338
| | | | | | Authored-by: zmousm, dirkf
| * [youtube] Fix n-sig for player e06dea74pukkandan2022-02-012-3/+13
| |
| * [outtmpl] Handle hard-coded file extension betterpukkandan2022-02-011-3/+10
| | | | | | | | | | When we know that the user-provided extension is the correct final one, replace it with intermediate extension during download
| * [outtmpl] Handle `-o ""` betterpukkandan2022-02-012-1/+4
| | | | | | | | | | Since the specific type of file is not downloaded when giving `-o "<type>:"`, now `-o ""` acts as an alias to `--skip-download`
| * [Pladform] Fix redirection to external player (#2550)KiberInfinity2022-02-011-1/+25
| | | | | | Authored by: KiberInfinity
| * [tumblr] Fix 403 errors and handle vimeo embeds (#2542)foghawk2022-02-011-35/+45
| | | | | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/29585 Authored by: foghawk
| * [mildom] Fix extractor (#2533)lazypete3652022-02-011-3/+68
| | | | | | | | Closes #2519 Authored by: lazypete365
| * [crunchyroll] Fix login (#2530)Jeff Huffman2022-02-011-45/+27
| | | | | | | | Closes #1424 Authored by: tejing1
| * [aes] Add unpad_pkcs7pukkandan2022-02-018-53/+45
| |
| * [GoogleSearch] Fix extractorpukkandan2022-02-011-12/+9
| |
| * [Odnoklassniki] Improve embedded players extraction (#2549)KiberInfinity2022-02-011-0/+44
| | | | | | Authored by: KiberInfinity
| * [viki] Fix "Bad request" for manifest (#2540)nyuszika7h2022-01-311-3/+6
| | | | | | | | Closes #2499 Authored by: nyuszika7h
| * [Bilibili] Add 8k support (#1964)u-spec-png2022-01-311-76/+80
| | | | | | | | Closes #1898, #1819 Authored by: u-spec-png
| * [GlomexEmbed] Avoid large match objectsZenon Mousmoulas2022-01-301-2/+7
| | | | | | | | Closes #2512 Authored by: zmousm
| * [MySpass] Fix video url processing (#2510)trasssh2022-01-301-12/+51
| | | | | | | | Closes #2507 Authored by: trassshhub
| * [crunchyroll:beta] Add cookies support (#2506)Jeff Huffman2022-01-292-7/+121
| | | | | | | | | | | | | | | | * Extract directly from the beta API when cookies are passed. If login cookie is absent, the extraction is delegated to `CrunchyrollIE`. This causes different metadata to be extracted (including formats and video id) and therefore results in a different archive entry. For now, this issue is unavoidable since the browser also redirects to the old site when not logged in. * Adds extractor-args `format` and `hardsub` to control the source and subtitles of the extracted formats Closes #1911 Authored by: tejing1
| * [Fujitv] Extract metadata and support premium (#2505)YuenSzeHong2022-01-281-29/+33
| | | | | | Authored by: YuenSzeHong
| * [YandexVideoPreview] Add extractor (#2500)KiberInfinity2022-01-282-0/+41
| | | | | | | | Closes #1794 Authored by: KiberInfinity
| * [cookies] Fix keyring selection for unsupported desktopspukkandan2022-01-241-2/+1
| | | | | | | | Closes #2450
| * [iq.com] Add VIP support (#2444)MinePlayersPE2022-01-241-8/+37
| | | | | | Authored by: MinePlayersPE
| * [Vimm] add recording extractor (#2441)Aleri Kaisattera2022-01-242-2/+43
| | | | | | Authored by: alerikaisattera
| * [Instagram] Fix extraction when logged in (#2439)MinePlayersPE2022-01-241-48/+92
| | | | | | | | Closes #2435 Authored by: MinePlayersPE
| * [Musicdex] Add extractors (#2421)Ashish Gupta2022-01-242-0/+181
| | | | | | | | Closes #2204 Authored by: Ashish0804
| * [ThisOldHouse] Improve Premium URL check (#2445)Ashish Gupta2022-01-241-1/+1
| | | | | | | | Closes #2443 Authored by: Ashish0804
| * [extractor] Allow non-fatal `title` extractionpukkandan2022-01-243-3/+10
| |
| * [bilibili] Make anthology title non-fatalpukkandan2022-01-241-1/+1
| |
| * [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-2410-12/+16
| | | | | | | | Closes #2419
| * Add option `--print-to-file`pukkandan2022-01-244-23/+69
| | | | | | | | Closes #2372
| * [extractor] Extract video inside `Article` json_ldpukkandan2022-01-241-0/+2
| | | | | | | | Closes #2448
| * [downloader/ffmpeg] Handle unknown formats betterpukkandan2022-01-241-0/+11
| |
| * [orf:tvthek] Lazy playlist extraction and obey --no-playlistpukkandan2022-01-241-100/+126
| | | | | | | | Closes #2411
| * Ensure `_type` is present in `info.json`pukkandan2022-01-241-0/+1
| | | | | | | | Closes #2447
| * Fix/improve `InAdvancePagedList`pukkandan2022-01-242-2/+5
| |
| * [extractor] Add convinience function `_yes_playlist`pukkandan2022-01-2412-87/+49
| |
| * [web.archive:youtube] Add `ytarchive:` prefixpukkandan2022-01-231-35/+37
| | | | | | | | and misc cleanup
| * [archive.org] Ignore unnecessary filespukkandan2022-01-231-1/+1
| | | | | | | | Closes #2452
| * [youtube:api] Do not use seek when reading HTTPError responsecoletdjnz2022-01-231-7/+9
| | | | | | | | Authored-by: coletdjnz
| * [CAM4] Add thumbnail extraction (#2425)Aleri Kaisattera2022-01-221-0/+3
| | | | | | Authored by: alerikaisattera
| * [version] updategithub-actions2022-01-216-15/+15
| | | | | | | | | | | | Created by: pukkandan :ci skip all
| * Release 2022.01.22pukkandan2022-01-216-10/+189
| |
| * Fix 426764371fa52dde8fb9bedad69a3e58e5c391b9 for Py3.6pukkandan2022-01-211-1/+1
| |
| * [line] Remove `tv.line.me` (#2420)sian14682022-01-212-95/+13
| | | | | | | | Service is discontinued Authored by: sian1468