aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Release 2021.11.10.1pukkandan2021-11-102-5/+10
| | | | :ci skip all
* [version] updatepukkandan2021-11-106-12/+12
| | | | :ci skip all
* Release 2021.11.10pukkandan2021-11-107-12/+133
|
* [tvp] Add TVPStreamIE (#1401)Lauren Liberda2021-11-102-0/+47
| | | | Authored by: selfisekai
* [tvp] Fix extractor (#1401)Lauren Liberda2021-11-101-22/+189
| | | | Authored by: selfisekai
* [tvp] Fix embeds (#1401)Lauren Liberda2021-11-102-78/+131
| | | | Authored by: selfisekai
* [wppilot] Add extractors (#1401)Lauren Liberda2021-11-102-0/+181
| | | | Authored by: selfisekai
* [radiokapital] Add extractors (#1401)Lauren Liberda2021-11-102-0/+103
| | | | Authored by: selfisekai
* [polsatgo] Add extractor (#1386)Lauren Liberda2021-11-102-0/+91
| | | | | | Authored by: selfisekai, sdomi Co-authored-by: Dominika Liberda <ja@sdomi.pl>
* [polskieradio] Add extractors (#1386)Lauren Liberda2021-11-102-40/+267
| | | | Authored by: selfisekai
* [extractor] Add `_search_nextjs_data` (#1386)Lauren Liberda2021-11-101-0/+7
| | | | Authored by: selfisekai
* [cleanup] minor fixespukkandan2021-11-106-16/+18
|
* [docs] Minor documentation improvementspukkandan2021-11-104-22/+26
| | | | Closes #1583, #1599
* [outtmpl] Add alternate forms for `q` and `j`pukkandan2021-11-103-11/+17
|
* [cleanup] Minor improvements to error and debug messagespukkandan2021-11-105-39/+98
|
* fix for e1b7c54d7894534778c7796a4481671acab70f8fstanoarn2021-11-101-1/+1
| | | Authored by: stanoarn
* [Gab] Add extractor (#1505)u-spec-png2021-11-102-3/+89
| | | | Closes #1462 Authored by: u-spec-png
* [imdb] Fix thumbnail (#1581)ozburo2021-11-101-1/+1
| | | Authored by: ozburo
* [la7] Fix extractor (#1575)nixxo2021-11-101-13/+41
| | | | Closes #1065 Authored by: nixxo
* [ZenYandex] Fix extractor (#1558)u-spec-png2021-11-091-13/+47
| | | | Closes #1545 Authored by: u-spec-png
* Fix bug in `--load-infojson` of playlistspukkandan2021-11-081-1/+1
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/1514#issuecomment-962659529
* [outtmpl] Do not traverse `None`pukkandan2021-11-082-2/+3
| | | | Closes #1585
* [VRT] Fix login (#1566)pgaig2021-11-061-21/+25
| | | | Closes #1557 Authored by: pgaig
* [youtube] Add Invidious list for playlists/channels (#1567)Ryan Hendrickson2021-11-061-69/+76
| | | Authored by: rhendric
* [iPrima] Fix extractor (#1541)stanoarn2021-11-062-17/+135
| | | Authored by: stanoarn
* [roosterteeth] Add series extractorpukkandan2021-11-062-75/+133
|
* [utils] Add `join_nonempty`pukkandan2021-11-0624-131/+82
|
* [test/download] Fallback test to `bv`pukkandan2021-11-0634-85/+1
|
* [Newgrounds] Fix description (#1562)u-spec-png2021-11-061-5/+14
| | | Authored by: u-spec-png
* [Vupload] Fix extractor (#1549)u-spec-png2021-11-061-3/+7
| | | Authored by: u-spec-png
* [AmazonStore] Add extractor (#1512)pukkandan2021-11-062-0/+54
| | | | | | Closes #1509 Authored by: Ashish0804
* [Instagram] Add IOS URL support (#1560)u-spec-png2021-11-062-1/+43
| | | Authored by: u-spec-png
* [vimeo] Detect source extensionpukkandan2021-11-061-36/+55
| | | | | | | | | and misc cleanup Cherry-picked from #1477 Closes #1402 Authored by: flashdagger
* [vimeo] Fix ondemand videos and direct URLs with hashpukkandan2021-11-061-3/+13
| | | | Closes #1353, #1471
* [RaiplayRadio] Add extractors (#780)Francesco Frassinelli2021-11-053-0/+112
| | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837 Authored by: frafra
* [FormatSort] `eac3` is better than `ac3`pukkandan2021-11-052-2/+2
|
* [piksel] Fix sortingpukkandan2021-11-052-1/+2
|
* [crunchyroll] Add extractor-args `language` and `hardsub`pukkandan2021-11-052-7/+17
| | | | Closes #1516
* [youtube] Fix sorting for some videospukkandan2021-11-051-2/+2
|
* [N1] Add support for nova.rs (#1537)u-spec-png2021-11-042-8/+18
| | | Authored by: u-spec-png
* [Instagram] Improve thumbnail extraction (#1496)u-spec-png2021-11-041-2/+10
| | | Authored by: u-spec-png
* [cleanup] Minor cleanuppukkandan2021-11-049-22/+24
|
* [ffmpeg] Detect libavformat version for `aac_adtstoasc`pukkandan2021-11-043-4/+15
| | | | | and print available features in verbose head Based on https://github.com/ytdl-org/youtube-dl/pull/29581
* [ffmpeg] Accurately detect presence of settspukkandan2021-11-041-4/+6
| | | | Closes #1237
* [ExtractAudio] Use `libfdk_aac` if availableCrypticSignal2021-11-041-1/+6
| | | | | Closes #1502 Authored by: CrypticSignal
* [ffmpeg] Framework for feature detectionpukkandan2021-11-043-42/+55
| | | | Related: #1502, #1237, https://github.com/ytdl-org/youtube-dl/pull/29581
* [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-044-17/+28
| | | | Authored by: CrypticSignal, pukkandan
* [fragment] Fix progress display in fragmented downloadspukkandan2021-11-032-3/+13
| | | | Closes #1517
* [youtube] Remove unnecessary no-playlist warningpukkandan2021-11-031-42/+41
|
* [utils] Parse `vp09` as vp9pukkandan2021-11-031-9/+8
|