Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [jsinterp] Handle default in switch better | pukkandan | 2021-11-03 | 3 | -10/+33 | |
| | ||||||
* | [Instagram] Fix incorrect resolution (#1494) | u-spec-png | 2021-10-31 | 1 | -2/+2 | |
| | | | Authored by: u-spec-png | |||||
* | [vk] Fix login (#1495) | kaz-us | 2021-10-31 | 1 | -1/+1 | |
| | | | | Closes #1459 Authored by: kaz-us | |||||
* | [docs,cleanup] Improve docs and minor cleanup | pukkandan | 2021-10-31 | 10 | -66/+93 | |
| | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492 | |||||
* | [youtube] refactor itag processing | pukkandan | 2021-10-31 | 1 | -33/+23 | |
| | ||||||
* | [linkedin] Don't login multiple times | pukkandan | 2021-10-31 | 1 | -0/+6 | |
| | ||||||
* | [vk] Add subtitles (#1480) | kaz-us | 2021-10-31 | 1 | -0/+8 | |
| | | | Authored by: kaz-us | |||||
* | [Olympics] Fix extractor (#1483) | u-spec-png | 2021-10-31 | 1 | -29/+44 | |
| | | | Authored by: u-spec-png | |||||
* | [PlanetMarathi] Add extractor (#1484) | Ashish Gupta | 2021-10-31 | 2 | -0/+77 | |
| | | | Authored by: Ashish0804 | |||||
* | [Instagram] Add login to playlist (#1488) | u-spec-png | 2021-10-31 | 1 | -52/+56 | |
| | | | Authored by: u-spec-png | |||||
* | [ceskatelevize] Fix extractor (#1489) | Marcel | 2021-10-31 | 2 | -76/+51 | |
| | | | Authored by: flashdagger | |||||
* | [youtube] Fix throttling by decrypting n-sig (#1437) | pukkandan | 2021-10-31 | 5 | -150/+550 | |
| | ||||||
* | [instagram] Add more formats when logged in (#1487) | u-spec-png | 2021-10-31 | 1 | -4/+8 | |
| | | | Authored by: u-spec-png | |||||
* | [VLive] Add upload_date and thumbnail (#1486) | Ashish Gupta | 2021-10-30 | 2 | -3/+15 | |
| | | | | Closes #1472 Authored by: Ashish0804 | |||||
* | [mtv] Fix some videos (#1453) | Sipherdrakon | 2021-10-30 | 1 | -4/+8 | |
| | | | | Partial fix for #713 Authored by: Sipherdrakon | |||||
* | [generic] Detect more json_ld | pukkandan | 2021-10-30 | 1 | -2/+1 | |
| | | | | Closes #1475 | |||||
* | [generic] parse jwplayer with only the json URL | pukkandan | 2021-10-30 | 1 | -0/+22 | |
| | | | | Closes #1476 | |||||
* | [FormatSort] Fix some fields' defaults | pukkandan | 2021-10-30 | 1 | -3/+3 | |
| | | | | Closes #1479 | |||||
* | [mediaset] Add playlist support (#1463) | nixxo | 2021-10-30 | 2 | -1/+86 | |
| | | | | Closes #1372 Authored by: nixxo | |||||
* | [Coub] Fix media format identification (#1469) | Luc Ritchie | 2021-10-29 | 1 | -1/+2 | |
| | | | Authored by: wlritchi | |||||
* | [MLSScoccer] Add extractor (#1452) | Ashish Gupta | 2021-10-28 | 2 | -0/+119 | |
| | | | | Authored by: Ashish0804 Closes #1451 | |||||
* | [itv] Add support for ITV News (#1456) | ajj8 | 2021-10-28 | 1 | -14/+20 | |
| | | | Authored by: ajj8 | |||||
* | [viewlift] Fix typo in 5be76d1ab7fed65a5894b221c7b7f896a18fc820 | pukkandan | 2021-10-28 | 1 | -75/+75 | |
| | ||||||
* | [utils] Add `jwt_decode_hs256` | pukkandan | 2021-10-28 | 1 | -0/+7 | |
| | | | | | Code from #1340 Authored by: Ashish0804 | |||||
* | [viewlift] Add cookie-based login and series support | pukkandan | 2021-10-28 | 1 | -46/+146 | |
| | | | | | Closes #1340, #1316 Authored by: Ashish0804, pukkandan | |||||
* | [sky] Add `SkyNewsStoryIE` (#1443) | ajj8 | 2021-10-27 | 2 | -0/+29 | |
| | | | Authored by: ajj8 | |||||
* | [wakanim] Detect geo-restriction (#1429) | nyuszika7h | 2021-10-26 | 1 | -0/+7 | |
| | | | Authored by: nyuszika7h | |||||
* | [wakanim] Add support for MPD manifests (#1428) | nyuszika7h | 2021-10-26 | 1 | -6/+12 | |
| | | | | Closes #1426 Authored by: nyuszika7h | |||||
* | [compat] Don't create console in `windows_enable_vt_mode` | pukkandan | 2021-10-26 | 1 | -1/+4 | |
| | | | | Closes #1420 | |||||
* | [3speak] Add extractors (#1430) | Ashish Gupta | 2021-10-26 | 2 | -0/+101 | |
| | | | | Closes #1421 Authored by: Ashish0804 | |||||
* | [twitter] Do not sort by codec | pukkandan | 2021-10-26 | 1 | -1/+1 | |
| | | | | Closes #1431 | |||||
* | [extractor] Fix some errors being converted to `ExtractorError` | pukkandan | 2021-10-26 | 2 | -6/+16 | |
| | ||||||
* | [utils] Create `DownloadCancelled` exception | pukkandan | 2021-10-26 | 2 | -19/+24 | |
| | | | | | | as super-class of ExistingVideoReached, RejectedVideoReached, MaxDownloadsReached Third parties can also sub-class this to cancel the download queue from a hook | |||||
* | [downloader/ffmpeg] Fix vtt download with ffmpeg | pukkandan | 2021-10-26 | 1 | -0/+1 | |
| | ||||||
* | [outtmpl] Add type `link` for internet shortcut files | pukkandan | 2021-10-26 | 3 | -46/+39 | |
| | | | | | and refactor related code Closes #1405 | |||||
* | [utils] Sanitize URL when determining protocol | pukkandan | 2021-10-26 | 1 | -1/+1 | |
| | | | | Closes #1406 | |||||
* | [DiscoveryPlus] Allow language codes in URL | pukkandan | 2021-10-26 | 1 | -1/+4 | |
| | | | | Closes #1425 | |||||
* | [Bilibili:comments] Fix infinite loop (#1423) | u-spec-png | 2021-10-26 | 1 | -2/+4 | |
| | | | | Closes #1412 Authored by: u-spec-png | |||||
* | [instagram] Fix bug in ab2ffab22d02d530e0b46f9e361ff53a2139898b (#1403) | u-spec-png | 2021-10-24 | 1 | -0/+2 | |
| | | | Authored by: u-spec-png | |||||
* | Approximate filesize from bitrate | pukkandan | 2021-10-24 | 1 | -0/+4 | |
| | | | | Closes #1400 | |||||
* | [youtube] Populate `thumbnail` with the best "known" thumbnail | pukkandan | 2021-10-24 | 1 | -1/+6 | |
| | | | | Closes #402, Related: https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-950290624 | |||||
* | Separate `--check-all-formats` from `--check-formats` | pukkandan | 2021-10-24 | 3 | -56/+71 | |
| | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails | |||||
* | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 14 | -73/+80 | |
| | | | | and some minor cleanup of docs | |||||
* | [minicurses] Add more colors | pukkandan | 2021-10-23 | 4 | -47/+161 | |
| | ||||||
* | [Nrk] See desc (#1382) | Alf Marius | 2021-10-23 | 1 | -2/+2 | |
| | | | | | | * Endpoint has changed. Currently the old one redirects to the new one, but this may change * Descriptions use \r instead of \n. So translate it Authored by: fractalf | |||||
* | [version] update | pukkandan | 2021-10-22 | 6 | -12/+12 | |
| | | | | :ci skip all | |||||
* | Release 2021.10.22 | pukkandan | 2021-10-23 | 4 | -5/+95 | |
| | ||||||
* | [cleanup] misc | pukkandan | 2021-10-23 | 17 | -69/+104 | |
| | ||||||
* | [vlive:channel] Fix extraction | pukkandan | 2021-10-22 | 1 | -120/+99 | |
| | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/29866 Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837 Authored by kikuyan, pukkandan | |||||
* | [cookies] Local State should be opened as utf-8 | pukkandan | 2021-10-22 | 1 | -1/+1 | |
| | | | | Closes #1276 |