dirkf

Results 1738 comments of dirkf

Anyhow, yt-dlp/yt-dlp#9125 was the fix there.

And then: ```console $ python -m youtube_dl -vF 'https://vimeo.com/9010456' [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-vF', u'https://vimeo.com/9010456'] [debug] Encodings: locale UTF-8,...

Try adding the commit linked [above](https://github.com/ytdl-org/youtube-dl/issues/32959#issuecomment-2434747321): ```diff diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 47ec0a9b449..3af1ba9a353 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -612,6 +612,7 @@ def _extract_from_api(self, video_id, unlisted_hash=None): video = self._download_json( api_url,...

Credit goes to yt-dlp maintainer bashonly.

`--parse-metadata "expression_with_template_fields:pattern_with_new_template_fields"` Maybe: ```diff - '%(uploader_id|)s-%(uploader|).16s/%(title).36s_%(id).16s:TikTok-%(mytitle)s' + '%(extractor)s-%(uploader_id|)s-%(uploader|).16s/%(title).36s_%(id).16s:TikTok-%(mytitle)s' ``` Or also s/TikTok/tiktok/.

Set a custom metadata folder name as desired, either empty or uploader. In the output template, use the "Replacement" syntax, eg `~/storage/downloads/youtube-dl/%(extractor)s/%(my_folder_name)s%(my_folder_name&/)s%(mytitle)s.%(ext)`

I can't reproduce this with yt-dlp or yt-dl from the UK. At least the `--test` bytes download fine.

The main page has a ld+json block but has no `contentUrl`s. The video links are found in embedded `iframe` pages like that at https://cf-particle-html.eip.telegraph.co.uk/b11c0f86-1511-4be1-8b89-320b49140093.html?direct=true&id=b11c0f86-1511-4be1-8b89-320b49140093&template=articleRendererHTML. There are 7 of these in...