aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [cleanup] Refactor `JSInterpreter._seperate`pukkandan2021-11-291-18/+18
|
* [build] Use `workflow_dispatch` for releasepukkandan2021-11-295-21/+36
|
* [build] Fix MacOS Buildpukkandan2021-11-291-7/+7
| | | | Closes #1624
* [build] Save Git HEAD at release alongside version infopukkandan2021-11-294-33/+44
|
* Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-295-9/+91
|
* Option `--break-per-input` to apply --break-on... to each input URLpukkandan2021-11-293-1/+16
|
* Fix --break-on-archive when pre-checkingpukkandan2021-11-291-2/+3
|
* [downloader] Add colors to download progresspukkandan2021-11-293-11/+31
|
* [youtube] Decrypt n-sig for URLs with `ratebypass`pukkandan2021-11-291-1/+1
| | | | Closes #1796
* [vimeo] Sort http formats higherpukkandan2021-11-291-4/+4
| | | | Closes #1821
* [Instagram] Display more login errors (#1822)MinePlayersPE2021-11-281-0/+4
| | | Authored by: MinePlayersPE
* [RedGifs] Add Search and User extractors (#1808)Deer-Spangle2021-11-282-38/+180
| | | Authored by: Deer-Spangle
* [NovaEmbed] Fix extractor (#1814)std-move2021-11-281-1/+2
| | | Authored by: std-move
* Fix logic error in report_unplayable_conflictshirt2021-11-271-1/+1
|
* [tiktok:user] Set `webpage_url` correctlypukkandan2021-11-271-0/+1
| | | | Closes #1802
* [twitch:vod] Extract live status (#1722)DEvmIb2021-11-271-2/+10
| | | | Authored by: DEvmIb
* Ensure directory exists when checking formatspukkandan2021-11-271-3/+4
|
* [EmbedSubtitles] Slightly relax duration checkpukkandan2021-11-272-23/+23
| | | | | and related cleanup Closes #1385
* [FixupM3u8] Fixup MPEG-TS in MP4 containerpukkandan2021-11-272-5/+17
| | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410
* [Senate.gov] Add SenateGovIE and fix SenateISVPIE (#1435)Grabien2021-11-275-156/+216
| | | Authored by: Grabien, pukkandan
* [Aljazeera] Fix extractor (#1577)u-spec-png2021-11-271-28/+59
| | | | Closes #1518 Authored by: u-spec-png
* [Twitch:vod] Add chapters (#1515)mpeter502021-11-271-6/+65
| | | Authored by: mpeter50
* [Tvplayhome] Fix extractor (#1357)gustaf2021-11-271-47/+66
| | | Authored by: pukkandan, 18928172992817182 (gustaf)
* [redgifs] Add extractor (#1631)chio0hai2021-11-272-0/+95
| | | | Closes #1504 Authored by: chio0hai
* [xvideos] Fix extractor (#1799)Yakabuff2021-11-271-3/+1
| | | | Closes #1788 Authored by: Yakabuff
* [nebula] Add NebulaCollectionIE and rewrite extractor (#1694)Henrik Heimbuerger2021-11-272-160/+215
| | | | Closes #1690 Authored by: hheimbuerger
* [CPTwentyFour] Add extractor (#1769)Ashish Gupta2021-11-272-2/+38
| | | | Closes #1768 Authored by: Ashish0804
* [generic] Support mpd manifests without extension (#1806)shirt2021-11-271-0/+2
| | | Authored by: shirt-dev
* [extractor/breitbart] Breitbart.com website support (#1434)Grabien2021-11-272-0/+40
| | | Authored by: Grabien
* Streamff extractor (#1736)cntrl-s2021-11-272-0/+32
| | | | Closes #1359 Authored by: cntrl-s
* [cleanup,instagram] Refactor extractorspukkandan2021-11-241-171/+114
| | | | Closes #1561
* [radiozet] Add extractor (#1593)Aurora2021-11-242-0/+52
| | | Authored by: 0xA7404A (Aurora)
* [ITV] Fix extractor (#1776)Tim2021-11-241-1/+1
| | | | Closes #1775 Authored by: staubichsauger
* [MTV] Improve mgid extraction (#1713)Sipherdrakon2021-11-242-18/+19
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/30149 Fixes: #713, #1580, https://github.com/ytdl-org/youtube-dl/issues/30139 Authored by: Sipherdrakon, kikuyan
* [youtube:search_url] Add playlist/channel supportpukkandan2021-11-241-38/+19
| | | | Closes #1213, #1214
* [cleanup,youtube] Reorganize Tab and Search extractor inheritancespukkandan2021-11-241-591/+592
|
* [PatreonUser] Do not capture RSS URLspukkandan2021-11-241-1/+1
| | | | Closes #1777
* Clarify video/audio-only formats in -Fpukkandan2021-11-231-12/+14
| | | | Related: #1759
* [jsinterp] Fix splice to handle floatpukkandan2021-11-232-1/+5
| | | | | Needed for new youtube js player f1ca6900 Closes #1767
* [tv2] Expand valid URLpukkandan2021-11-231-1/+4
| | | | Closes #1764
* [sbs] Fix for movies and livestreamspukkandan2021-11-231-1/+16
| | | | Closes #1640
* [itv] Fix for Python 3.6/3.7pukkandan2021-11-231-2/+2
| | | | Closes #1758
* [extractor] Extract `average_rating` from JSON-LDpukkandan2021-11-231-0/+3
| | | | Eg: Crunchyroll
* [ARDBetaMediathek] Handle new URLspukkandan2021-11-231-16/+32
| | | | | Adapted from https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf Closes #1601
* Ensure path for link files exists (#1755)Zirro2021-11-231-0/+2
| | | | Authored by: Zirro
* [mediaklikk] Expand valid URLpukkandan2021-11-231-2/+2
| | | | Partial fix for #1409
* [vimeo] Add fallback for config URLpukkandan2021-11-231-2/+17
| | | | Closes #1662
* [downloader/ffmpeg] Fix for direct videos inside mpd manifestspukkandan2021-11-232-6/+6
| | | | Closes #1751
* [WDR] Expand valid URLpukkandan2021-11-231-1/+5
| | | | Closes #1749
* [xvideos] Detect embed URLs (#1729)4a1e2y52021-11-211-1/+4
| | | Authored by: 4a1e2y5