Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ruutu] Support hs.fi embeds (#3547) | Teemu Ikonen | 2022-05-07 | 1 | -3/+26 | |
| | | | Authored by: tpikonen, pukkandan | |||||
* | [spotify] Detect iframe embeds (#3430) | Felix S | 2022-04-14 | 1 | -0/+6 | |
| | | | Authored by: fstirlitz | |||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -112/+103 | |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -7/+3 | |
| | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | |||||
* | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -3/+3 | |
| | | | | Authored by fstirlitz, pukkandan | |||||
* | [cleanup] Remove unused code paths (#2173) | felix | 2022-04-12 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-05 | 1 | -3/+3 | |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254 | |||||
* | [ruutu] Detect embeds (#3294) | Teemu Ikonen | 2022-04-05 | 1 | -1/+25 | |
| | | | Authored by: tpikonen | |||||
* | [cleanup] Use `_html_extract_title` | pukkandan | 2022-04-04 | 1 | -4/+2 | |
| | ||||||
* | [generic] Extract subtitles from video.js (#3156) | Lesmiscore (Naoya Ozaki) | 2022-03-22 | 1 | -2/+20 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -0/+1 | |
| | | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API | |||||
* | [panopto] Add extractors (#2908) | coletdev | 2022-03-08 | 1 | -0/+13 | |
| | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark | |||||
* | [ant1newsgr] Add extractor (#1982) | Zenon Mousmoulas | 2022-03-04 | 1 | -0/+7 | |
| | | | Authored by: zmousm | |||||
* | [generic] Pass referer to extracted formats | pukkandan | 2022-02-20 | 1 | -3/+7 | |
| | | | | Closes #2839 | |||||
* | [generic] Set rss `guid` as video id (#2741) | Bricio | 2022-02-11 | 1 | -1/+17 | |
| | | | | Closes #2424 Authored by: Bricio | |||||
* | [cleanup] Remove extractors for some dead websites (#2739) | marieell | 2022-02-11 | 1 | -24/+0 | |
| | | | | | | 90tv.ir, HornBunny.com, 220.ro, 5min.com, Kankan.com, Roxwel.com, FreshLive.tv, TheScene.com, Vube.com Authored by: marieell | |||||
* | [generic] Allow further processing of json_ld URL | pukkandan | 2022-02-02 | 1 | -2/+5 | |
| | | | | Closes #2578 | |||||
* | [ertgr] Add new extractors (#2338) | Zenon Mousmoulas | 2022-02-01 | 1 | -0/+17 | |
| | | | Authored-by: zmousm, dirkf | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-01-21 | 1 | -1/+2 | |
| | | | | Closes #2334 | |||||
* | [tvopengr] Add extractors (#2297) | Zenon Mousmoulas | 2022-01-20 | 1 | -0/+22 | |
| | | | Authored by: zmousm | |||||
* | [Ted] Rewrite extractor (#2359) | trasssh | 2022-01-19 | 1 | -4/+4 | |
| | | | | Closes #2343 Authored by: pukkandan, trassshhub | |||||
* | [megatvcom] Add embed test (#2362) | Zenon Mousmoulas | 2022-01-19 | 1 | -0/+34 | |
| | | | Authored by: zmousm | |||||
* | [megatvcom] Add extractors (#1980) | Zenon Mousmoulas | 2022-01-17 | 1 | -0/+7 | |
| | | | Authored by: zmousm | |||||
* | [glomex] Minor fixes (#2357) | Zenon Mousmoulas | 2022-01-16 | 1 | -0/+1 | |
| | | | Authored by: zmousm | |||||
* | [glomex] Add new extractors (#1979) | Zenon Mousmoulas | 2022-01-14 | 1 | -0/+19 | |
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/30212 Authored by: zmousm | |||||
* | [generic] Improve KVS player extraction (#2328) | trasssh | 2022-01-13 | 1 | -13/+15 | |
| | | | | Closes #2281 Authored by: trassshhub | |||||
* | [MainStreaming] Add extractor (#2180) | coletdjnz | 2022-01-05 | 1 | -1/+20 | |
| | | | | | Closes #1183, https://github.com/ytdl-org/youtube-dl/issues/29615 Authored by: coletdjnz | |||||
* | [gfycat] Support embeds (#2229) | coletdjnz | 2022-01-05 | 1 | -0/+32 | |
| | | | | Closes #2214 Authored by: coletdjnz | |||||
* | [generic] Fix HTTP KVS Player (#2111) | git-anony-mouse | 2021-12-25 | 1 | -1/+13 | |
| | | | Authored by: git-anony-mouse | |||||
* | [generic] Extract m3u8 formats from JSON-LD | pukkandan | 2021-12-19 | 1 | -0/+4 | |
| | ||||||
* | [Senate.gov] Add SenateGovIE and fix SenateISVPIE (#1435) | Grabien | 2021-11-27 | 1 | -1/+1 | |
| | | | Authored by: Grabien, pukkandan | |||||
* | [generic] Support mpd manifests without extension (#1806) | shirt | 2021-11-27 | 1 | -0/+2 | |
| | | | Authored by: shirt-dev | |||||
* | [Reddit] Add support for 1080p videos (#1682) | Joshua Lochner | 2021-11-19 | 1 | -0/+28 | |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29565 Authored by: xenova | |||||
* | [blogger] Add extractor (#1629) | Paul Wise | 2021-11-19 | 1 | -0/+17 | |
| | | | Authored by: pabs3 | |||||
* | [tvp] Fix embeds (#1401) | Lauren Liberda | 2021-11-10 | 1 | -0/+5 | |
| | | | | Authored by: selfisekai | |||||
* | [cleanup] Minor improvements to error and debug messages | pukkandan | 2021-11-10 | 1 | -1/+38 | |
| | ||||||
* | [test/download] Fallback test to `bv` | pukkandan | 2021-11-06 | 1 | -3/+0 | |
| | ||||||
* | [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 | |||||
* | [vidme] Remove extractor (#1095) | Aleri Kaisattera | 2021-09-27 | 1 | -6/+0 | |
| | | | Authored by: alerikaisattera | |||||
* | [Mediaite] Add Extractor (#973) | Ashish Gupta | 2021-09-16 | 1 | -6/+5 | |
| | | | | Closes #969 Authored by: Ashish0804 | |||||
* | [generic] Support KVS player (#549) | rigstot | 2021-07-29 | 1 | -0/+165 | |
| | | | | | | * Replaces the extractor for thisvid Fixes: https://github.com/ytdl-org/youtube-dl/issues/2077 Authored-by: rigstot | |||||
* | [generic] Extract previously missed subtitles (#515) | Felix S | 2021-07-16 | 1 | -9/+15 | |
| | | | | | | | * [generic] Extract subtitles in cases missed previously * [common] Detect discarded subtitles in SMIL manifests * [generic] Extract everything in the SMIL manifest Authored by: fstirlitz | |||||
* | Update to ytdl-commit-379f52a | pukkandan | 2021-06-23 | 1 | -31/+0 | |
| | | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961 | |||||
* | Update to ytdl-commit-dfbbe29 | pukkandan | 2021-05-20 | 1 | -1/+14 | |
| | | | | | [redbulltv] fix embed data extraction https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b | |||||
* | [extractor] Add `write_debug` and `get_param` | pukkandan | 2021-05-17 | 1 | -3/+3 | |
| | ||||||
* | [generic] Respect the encoding in manifest | pukkandan | 2021-05-11 | 1 | -1/+4 | |
| | ||||||
* | [generic] Extract subtitles from direct SSTR manifest links | Felix S | 2021-04-28 | 1 | -1/+1 | |
| | ||||||
* | [generic] Extract subtitles from direct DASH manifest links | Felix S | 2021-04-28 | 1 | -1/+1 | |
| | ||||||
* | [generic] Extract subtitles from direct HLS manifest links | Felix S | 2021-04-28 | 1 | -1/+3 | |
| |