aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/vimeo.py
Commit message (Collapse)AuthorAgeFilesLines
* Update to ytdl-commit-de39d128pukkandan2022-11-071-1/+1
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [extractor/vimeo:user] Fix _VALID_URLpukkandan2022-08-261-1/+4
| | | | Closes #4758
* [extractor/vimeo] Bugfix in bfd973ece3369c593b5e82a88cc16de80088a73epukkandan2022-08-041-0/+4
|
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-29/+17
| | | | | | | `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
* [vimeo] Fix extractorspukkandan2022-05-181-13/+19
| | | | | Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
* [cleanup] Misc cleanuppukkandan2022-05-171-1/+1
|
* [extractor] Document netrc machinespukkandan2022-05-111-1/+1
| | | | Closes #3169
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | 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)pukkandan2022-04-121-2/+1
| | | | Authored by fstirlitz, pukkandan
* [cleanup, vimeo] Fix testspukkandan2022-03-231-11/+89
|
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-15/+5
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* Update to ytdl-commit-6508688pukkandan2022-03-051-0/+18
| | | | | | | | | | | | Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
* Implement `--add-header` without modifying `std_headers`pukkandan2022-03-041-2/+1
| | | | Closes #2526, #1614
* [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videospukkandan2022-03-021-2/+1
| | | | `live` parameter already handles changing the protocol
* [extractor] Extract subtitles from manifests for more sites (#2686)Felix S2022-02-111-7/+11
| | | | | vimeo, globo, kaltura, svt Authored by: fstirlitz
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [vimeo] Extract chapterspukkandan2021-12-051-1/+12
| | | | Closes #1892
* [vimeo] Sort http formats higherpukkandan2021-11-291-4/+4
| | | | Closes #1821
* [vimeo] Add fallback for config URLpukkandan2021-11-231-2/+17
| | | | Closes #1662
* [vimeo] Detect source extensionpukkandan2021-11-061-36/+55
| | | | | | | | | and misc cleanup Cherry-picked from #1477 Closes #1402 Authored by: flashdagger
* [vimeo] Fix ondemand videos and direct URLs with hashpukkandan2021-11-061-3/+13
| | | | Closes #1353, #1471
* [vimeo] Fix embedded `player.vimeo` URLpukkandan2021-10-221-129/+101
| | | | | Closes #1138, partially fixes #1323 Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32
* [utils] Add `parse_qs`pukkandan2021-08-231-1/+2
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+2
|
* [Vimeo] Better extraction of original file (#599)Ashish2021-08-021-0/+40
| | | Authored by: Ashish0804
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-3/+3
|
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-1/+1
|
* Update to ytdl v2021-04-01pukkandan2021-04-011-28/+75
| | | | | | https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205
* Update to ytdl-commit-7e79ba7pukkandan2021-03-221-5/+9
| | | | | https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881 [vimeo:album] Fix extraction for albums with number of videos multiple to page size
* [vimeo] Fix videos with passwordteesid2021-03-071-0/+57
| | | | | | | | https://github.com/ytdl-org/youtube-dl/pull/27992 Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354 Authored by teesid
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+1141
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan