aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated from upstream | 18/02/2022 at 16:58Jesús2022-02-1820-162/+418
|\
| * [FFmpegConcat] Abort on `--simulate`pukkandan2022-02-182-5/+6
| |
| * [Biqle] Fix extractor (#2731)Bricio2022-02-181-42/+51
| | | | | | | | Closes #193 Authored by: Bricio
| * [youtube] De-prioritize potentially damaged formatspukkandan2022-02-181-3/+7
| | | | | | | | Closes #2823
| * Tolerate failure to `--write-link` due to unknown URLpukkandan2022-02-181-4/+6
| | | | | | | | Closes #2724
| * Create necessary directories for `--print-to-file`pukkandan2022-02-181-2/+3
| | | | | | | | Closes #2721
| * Fix `-all` for `--sub-langs`pukkandan2022-02-181-3/+6
| | | | | | | | Closes #2703
| * [aria2c] Add `--http-accept-gzip=true`pukkandan2022-02-181-1/+1
| | | | | | | | Closes #1936, #1236
| * [youtube] Fix intermittent failure of embed-based age-gate bypasspukkandan2022-02-181-10/+10
| |
| * [abc] Support 1080p (#2819)Ronnnny2022-02-181-1/+1
| | | | | | Authored by: Ronnnny
| * [rtvs] Fix extractor (#2795)Bricio2022-02-181-16/+58
| | | | | | | | | | Closes #2758 Authored by: Bricio
| * [youtube] Fix n-sig extraction for phone player JS (#2816)MinePlayersPE2022-02-182-1/+5
| | | | | | Authored by: MinePlayersPE
| * [washingtonpost] Fix extractor (#2796)Bricio2022-02-171-3/+18
| | | | | | | | Closes #2778 Authored by: Bricio
| * [piapro] Add extractor (#2801)Lesmiscore (Naoya Ozaki)2022-02-172-0/+101
| | | | | | | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/25922 Closes #2710, https://github.com/ytdl-org/youtube-dl/issues/5856 Authored by: pycabbage, Lesmiscore
| * [Sponsorblock] minor fixes (#2793)Nil Admirari2022-02-172-6/+6
| | | | | | | | | | | | * preserve mtime - Closes #2769 * keep concat spec on failure Authored by: nihil-admirari
| * [bbc] Fix extraction of news articles (#2811)ajj82022-02-171-4/+4
| | | | | | | | | | Closes #1374 Authored by: ajj8
| * Fix for when stdout/stderr encoding is Nonepukkandan2022-02-171-1/+2
| | | | | | | | Closes #2711
| * [extractor] Fix for manifests without period durationpukkandan2022-02-171-1/+7
| | | | | | | | | | Closes #2705 Authored by: dirkf, pukkandan
| * [dropbox] fix regex (#2814)zenerdi0de2022-02-171-2/+2
| | | | | | | | Closes #2812 Authored by: zenerdi0de
| * [extractor/cspan] Support of C-Span congress videos (#2295)Grabien2022-02-162-3/+49
| | | | | | Authored by: Grabien
| * [bandcamp] Fix user URLs (#2800)lyz-code2022-02-162-28/+42
| | | | | | Authored by: lyz-code
| * [twitcasting] Add fallback for finding running live (#2803)Lesmiscore (Naoya Ozaki)2022-02-161-0/+11
| | | | | | Authored by: Lesmiscore
| * [peekvids] Use JSON-LD (#2784)schn0sch2022-02-161-26/+22
| | | | | | Authored by: schn0sch
* | updated from upstream | 15/02/2022 at 19:31Jesús2022-02-157-8/+337
|\|
| * [build] Update pyinstaller to 4.9shirt2022-02-151-4/+3
| |
| * [niconico:tag] Add support for searching tags (#2789)Lesmiscore (Naoya Ozaki)2022-02-162-1/+23
| |
| * [twitcasting] Fix extraction (#2788)Lesmiscore (Naoya Ozaki)2022-02-151-7/+14
| | | | | | Authored by: Lesmiscore
| * [murrtube] Add extractor (#2387)cyberfox16912022-02-152-0/+166
| | | | | | Authored by: cyberfox1691
| * [ATVAt] Detect geo-restriction (#2777)marieell2022-02-151-0/+6
| | | | | | Authored by: marieell
| * [peekvids] Add extractor (#2414)schn0sch2022-02-142-0/+86
| | | | | | Authored by: schn0sch
| * [Caltrans] Add extractor (#2781)Bricio2022-02-142-0/+42
| | | | | | | | | | Closes #2775 Authored by: Bricio
* | updated from upstream | 14/02/2022 at 21:36Jesús2022-02-144-5/+14
|\|
| * [twitter] Fix for private videos (#2772)Ronald Ip2022-02-141-0/+3
| | | | | | | | Closes #2762, https://github.com/ytdl-org/youtube-dl/issues/27643 Authored by: iphoting
| * [fc2] Fix extraction (#2776)Lesmiscore (Naoya Ozaki)2022-02-151-1/+2
| | | | | | | | | | Closes #2774 Authored by: Lesmiscore
| * [cookies] Update MacOS12 `Cookies.binarycookies` location (#2742)Michael Pauley2022-02-141-1/+4
| | | | | | Authored by: mdpauley
| * Obey `--abort-on-error` for "ffmpeg not installed"pukkandan2022-02-141-3/+5
| | | | | | | | Closes #1840
* | updated from upstream | 13/02/2022 at 17:31Jesús2022-02-137-15/+171
|\|
| * [ruv.is] Add extractor (#2665)chris2022-02-132-1/+92
| | | | | | | | | | Closes: #2122 Authored by: iw0nderhow
| * [tiktok] Fix `vt.tiktok` URLspukkandan2022-02-142-3/+30
| | | | | | | | and add test
| * [youtube] Ensure subtitle urls are absolute (#2765)coletdev2022-02-131-12/+3
| | | | | | | | | | Closes #2755 Authored by: coletdjnz
| * [tiktok] Fix `vm.tiktok` URLspukkandan2022-02-132-0/+11
| | | | | | | | Closes #2396
| * Set `webpage_url_...` from `webpage_url` and not input URLpukkandan2022-02-131-2/+6
| | | | | | | | Closes #2756
| * [fujitv] Extract resolution for free sources (#2685)YuenSzeHong2022-02-131-0/+21
| | | | | | Authored by: YuenSzeHong
| * [utils] WebSockets wrapper for non-async functions (#2417)Lesmiscore (Naoya Ozaki)2022-02-132-0/+80
| | | | | | Authored by: Lesmiscore
* | updated from upstream | 12/02/2022 at 21:05Jesús2022-02-1232-876/+355
|\|
| * [bigo] Fix extractor to not to use `form_params`Lesmiscore2022-02-131-2/+2
| |
| * [zoom] Add support for screen cast (#2699)Tom2022-02-121-7/+33
| | | | | | Authored by: Mipsters
| * [bigo] Add extractor (#2749)Lesmiscore (Naoya Ozaki)2022-02-122-0/+58
| | | | | | | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/18357 Authored by: Lesmiscore
| * [generic] Set rss `guid` as video id (#2741)Bricio2022-02-111-1/+17
| | | | | | | | Closes #2424 Authored by: Bricio
| * Add regex operator and quoting to format filters (#2698)Lukas Fink2022-02-112-7/+14
| | | | | | | | Closes #2681 Authored by: lukasfink1