Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [EmbedSubtitles] Slightly relax duration check | pukkandan | 2021-11-27 | 2 | -23/+23 | |
| | | | | | and related cleanup Closes #1385 | |||||
* | [FixupM3u8] Fixup MPEG-TS in MP4 container | pukkandan | 2021-11-27 | 2 | -5/+17 | |
| | | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410 | |||||
* | [Senate.gov] Add SenateGovIE and fix SenateISVPIE (#1435) | Grabien | 2021-11-27 | 5 | -156/+216 | |
| | | | Authored by: Grabien, pukkandan | |||||
* | [Aljazeera] Fix extractor (#1577) | u-spec-png | 2021-11-27 | 1 | -28/+59 | |
| | | | | Closes #1518 Authored by: u-spec-png | |||||
* | [Twitch:vod] Add chapters (#1515) | mpeter50 | 2021-11-27 | 1 | -6/+65 | |
| | | | Authored by: mpeter50 | |||||
* | [Tvplayhome] Fix extractor (#1357) | gustaf | 2021-11-27 | 1 | -47/+66 | |
| | | | Authored by: pukkandan, 18928172992817182 (gustaf) | |||||
* | [redgifs] Add extractor (#1631) | chio0hai | 2021-11-27 | 2 | -0/+95 | |
| | | | | Closes #1504 Authored by: chio0hai | |||||
* | [xvideos] Fix extractor (#1799) | Yakabuff | 2021-11-27 | 1 | -3/+1 | |
| | | | | Closes #1788 Authored by: Yakabuff | |||||
* | [nebula] Add NebulaCollectionIE and rewrite extractor (#1694) | Henrik Heimbuerger | 2021-11-27 | 2 | -160/+215 | |
| | | | | Closes #1690 Authored by: hheimbuerger | |||||
* | [CPTwentyFour] Add extractor (#1769) | Ashish Gupta | 2021-11-27 | 2 | -2/+38 | |
| | | | | Closes #1768 Authored by: Ashish0804 | |||||
* | [generic] Support mpd manifests without extension (#1806) | shirt | 2021-11-27 | 1 | -0/+2 | |
| | | | Authored by: shirt-dev | |||||
* | [extractor/breitbart] Breitbart.com website support (#1434) | Grabien | 2021-11-27 | 2 | -0/+40 | |
| | | | Authored by: Grabien | |||||
* | Streamff extractor (#1736) | cntrl-s | 2021-11-27 | 2 | -0/+32 | |
| | | | | Closes #1359 Authored by: cntrl-s | |||||
* | [cleanup,instagram] Refactor extractors | pukkandan | 2021-11-24 | 1 | -171/+114 | |
| | | | | Closes #1561 | |||||
* | [radiozet] Add extractor (#1593) | Aurora | 2021-11-24 | 2 | -0/+52 | |
| | | | Authored by: 0xA7404A (Aurora) | |||||
* | [ITV] Fix extractor (#1776) | Tim | 2021-11-24 | 1 | -1/+1 | |
| | | | | Closes #1775 Authored by: staubichsauger | |||||
* | [MTV] Improve mgid extraction (#1713) | Sipherdrakon | 2021-11-24 | 2 | -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 support | pukkandan | 2021-11-24 | 1 | -38/+19 | |
| | | | | Closes #1213, #1214 | |||||
* | [cleanup,youtube] Reorganize Tab and Search extractor inheritances | pukkandan | 2021-11-24 | 1 | -591/+592 | |
| | ||||||
* | [PatreonUser] Do not capture RSS URLs | pukkandan | 2021-11-24 | 1 | -1/+1 | |
| | | | | Closes #1777 | |||||
* | Clarify video/audio-only formats in -F | pukkandan | 2021-11-23 | 1 | -12/+14 | |
| | | | | Related: #1759 | |||||
* | [jsinterp] Fix splice to handle float | pukkandan | 2021-11-23 | 2 | -1/+5 | |
| | | | | | Needed for new youtube js player f1ca6900 Closes #1767 | |||||
* | [tv2] Expand valid URL | pukkandan | 2021-11-23 | 1 | -1/+4 | |
| | | | | Closes #1764 | |||||
* | [sbs] Fix for movies and livestreams | pukkandan | 2021-11-23 | 1 | -1/+16 | |
| | | | | Closes #1640 | |||||
* | [itv] Fix for Python 3.6/3.7 | pukkandan | 2021-11-23 | 1 | -2/+2 | |
| | | | | Closes #1758 | |||||
* | [extractor] Extract `average_rating` from JSON-LD | pukkandan | 2021-11-23 | 1 | -0/+3 | |
| | | | | Eg: Crunchyroll | |||||
* | [ARDBetaMediathek] Handle new URLs | pukkandan | 2021-11-23 | 1 | -16/+32 | |
| | | | | | Adapted from https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf Closes #1601 | |||||
* | Ensure path for link files exists (#1755) | Zirro | 2021-11-23 | 1 | -0/+2 | |
| | | | | Authored by: Zirro | |||||
* | [mediaklikk] Expand valid URL | pukkandan | 2021-11-23 | 1 | -2/+2 | |
| | | | | Partial fix for #1409 | |||||
* | [vimeo] Add fallback for config URL | pukkandan | 2021-11-23 | 1 | -2/+17 | |
| | | | | Closes #1662 | |||||
* | [downloader/ffmpeg] Fix for direct videos inside mpd manifests | pukkandan | 2021-11-23 | 2 | -6/+6 | |
| | | | | Closes #1751 | |||||
* | [WDR] Expand valid URL | pukkandan | 2021-11-23 | 1 | -1/+5 | |
| | | | | Closes #1749 | |||||
* | [xvideos] Detect embed URLs (#1729) | 4a1e2y5 | 2021-11-21 | 1 | -1/+4 | |
| | | | Authored by: 4a1e2y5 | |||||
* | [CozyTV] Add extractor (#1727) | Ashish Gupta | 2021-11-20 | 2 | -0/+41 | |
| | | | Authored by: Ashish0804 | |||||
* | [willow] Add extractor (#1723) | aarubui | 2021-11-20 | 2 | -0/+59 | |
| | | | Authored by: aarubui | |||||
* | Fix `--check-formats` for `mhtml` | pukkandan | 2021-11-20 | 1 | -2/+2 | |
| | | | | Closes #1709 | |||||
* | [utils] Fix error when copying `LazyList` | pukkandan | 2021-11-20 | 3 | -13/+21 | |
| | ||||||
* | [utils] Fix `PagedList` | pukkandan | 2021-11-20 | 2 | -2/+6 | |
| | | | | Bug in d8cf8d97a8dbc9602556de474af133b5ab0e0a29 | |||||
* | [utils] Allow alignment in `render_table` | pukkandan | 2021-11-20 | 3 | -28/+68 | |
| | | | | and add tests | |||||
* | [bbc] Get all available formats (#1717) | nyuszika7h | 2021-11-19 | 1 | -4/+15 | |
| | | | Authored by: nyuszika7h | |||||
* | [VidLii] Add 720p support (#1681) | Paper | 2021-11-19 | 1 | -8/+39 | |
| | | | Authored by: mrpapersonic | |||||
* | [AES] Add ECB mode (#1686) | The Hatsune Daishi | 2021-11-19 | 2 | -1/+59 | |
| | | | | Needed for #1688 Authored by: nao20010128nao | |||||
* | [hls] Better FairPlay DRM detection (#1661) | nyuszika7h | 2021-11-19 | 2 | -4/+13 | |
| | | | Authored by: nyuszika7h | |||||
* | [tests] Fix tests | pukkandan | 2021-11-19 | 5 | -17/+15 | |
| | ||||||
* | [cleanup] Minor cleanup | pukkandan | 2021-11-19 | 12 | -60/+74 | |
| | | | | Closes #1696, Closes #1673 | |||||
* | [ExtractAudio] Support `alac` | pukkandan | 2021-11-19 | 1 | -16/+28 | |
| | | | | Closes #1707 | |||||
* | [soundcloud:search] Fix pagination | pukkandan | 2021-11-19 | 1 | -2/+3 | |
| | ||||||
* | [Reddit] Add support for 1080p videos (#1682) | Joshua Lochner | 2021-11-19 | 3 | -44/+71 | |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29565 Authored by: xenova | |||||
* | [Stripchat] Add extractor (#1668) | zulaport | 2021-11-19 | 2 | -0/+67 | |
| | | | Authored by: zulaport | |||||
* | [blogger] Add extractor (#1629) | Paul Wise | 2021-11-19 | 3 | -0/+72 | |
| | | | Authored by: pabs3 |