aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/generic.py
AgeCommit message (Collapse)Author
2022-09-22[docs] Misc improvementspukkandan
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
2022-09-16[extractor/generic] Pass through referer from json-ldpukkandan
Closes #4941
2022-09-10[cleanup] Miscpukkandan
2022-08-27[extractor/generic] Don't return JW player without formatspukkandan
CLoses #4765
2022-08-24Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan
2022-08-14[docs] Consistent use of `e.g.` (#4643)Lesmiscore
Authored by: Lesmiscore
2022-08-02[extractors] Use new framework for existing embeds (#4307)pukkandan
`Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
2022-08-02[extractor/html5] Separate into own extractor (#4307)pukkandan
Closes #4291 Authored by: coletdjnz, pukkandan
2022-08-02[extractor/camtasia] Separate into own extractor (#4307)pukkandan
Authored by: coletdjnz
2022-08-02[extractor, test] Basic framework for embed tests (#4307)pukkandan
and split download tests so they can be more easily run in CI Authored by: coletdjnz
2022-08-02[extractor] Framework for embed detection (#4307)pukkandan
2022-07-07[extractor/generic] Remove HEAD requestpukkandan
2022-06-29[cleanup] Misc cleanuppukkandan
2022-06-26[cleanup] Fix some typos (#4194)crazymoose77756
Authored by: crazymoose77756
2022-06-25[compat] Remove deprecated functions from core codepukkandan
2022-06-20[cleanup] Miscpukkandan
2022-06-18[extractor/substack] Add extractor (#4011)Elyse
Closes #3722 Authored by: elyse0
2022-06-13[extractor] Handle `json_ld` with multiple `@type`spukkandan
Closes: #4022
2022-06-13[extractor/rumble] Detect JS embedpukkandan
Closes #4064
2022-06-13[extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85dpukkandan
85553414ae3007fe866b307b3befd3b9d2423679 made it unnecessary
2022-06-12[extractor/jwplatform] Look for `data-video-jw-id`pukkandan
Closes #3821
2022-05-20[tiktok] Detect embedspukkandan
Closes #3799
2022-05-18[utils] `is_html`: Handle double BOMpukkandan
Closes #2885
2022-05-18[vimeo] Fix extractorspukkandan
Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
2022-05-18[generic] Refactor `_extract_rss`pukkandan
Closes #3738
2022-05-17[cleanup] Misc cleanuppukkandan
2022-05-09[cleanup] Minor fixes (See desc)pukkandan
* [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
2022-05-07[ruutu] Support hs.fi embeds (#3547)Teemu Ikonen
Authored by: tpikonen, pukkandan
2022-04-14[spotify] Detect iframe embeds (#3430)Felix S
Authored by: fstirlitz
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-04-12[cleanup] Mark some compat variables for removal (#2173)pukkandan
Authored by fstirlitz, pukkandan
2022-04-12[cleanup] Remove unused code paths (#2173)felix
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
2022-04-05[cleanup] Misc fixespukkandan
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
2022-04-05[ruutu] Detect embeds (#3294)Teemu Ikonen
Authored by: tpikonen
2022-04-04[cleanup] Use `_html_extract_title`pukkandan
2022-03-22[generic] Extract subtitles from video.js (#3156)Lesmiscore (Naoya Ozaki)
Authored by: Lesmiscore
2022-03-18[extractor] Add `_perform_login` function (#2943)pukkandan
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
2022-03-08[panopto] Add extractors (#2908)coletdev
Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark
2022-03-04[ant1newsgr] Add extractor (#1982)Zenon Mousmoulas
Authored by: zmousm
2022-02-20[generic] Pass referer to extracted formatspukkandan
Closes #2839
2022-02-11[generic] Set rss `guid` as video id (#2741)Bricio
Closes #2424 Authored by: Bricio
2022-02-11[cleanup] Remove extractors for some dead websites (#2739)marieell
90tv.ir, HornBunny.com, 220.ro, 5min.com, Kankan.com, Roxwel.com, FreshLive.tv, TheScene.com, Vube.com Authored by: marieell
2022-02-02[generic] Allow further processing of json_ld URLpukkandan
Closes #2578
2022-02-01[ertgr] Add new extractors (#2338)Zenon Mousmoulas
Authored-by: zmousm, dirkf
2022-01-21[cleanup] Minor fixespukkandan
Closes #2334
2022-01-20[tvopengr] Add extractors (#2297)Zenon Mousmoulas
Authored by: zmousm
2022-01-19[Ted] Rewrite extractor (#2359)trasssh
Closes #2343 Authored by: pukkandan, trassshhub
2022-01-19[megatvcom] Add embed test (#2362)Zenon Mousmoulas
Authored by: zmousm
2022-01-17[megatvcom] Add extractors (#1980)Zenon Mousmoulas
Authored by: zmousm