nicolaasjan

Results 62 comments of nicolaasjan

Hmm... ``` cd build && cmake ../ && make -- CPM: Adding package [email protected] (v3.11.2) -- Using the multi-header code from /media/ext3-data/git/WindowsXPKg/build/_deps/nlohmann_json-src/include/ -- Configuring done -- Generating done -- Build...

Issue seems fixed with building from current source (fcaa449).

> To convert the **webp images to jpg** I use this ffmpeg command (_note: the placeholders in curly brackets must be replaced by the real value_): > > ``` >...

> Do PNG images come out the same size? With the extension: **285.6KB** With FFmpeg: **276KB** (FFmpeg command: `for i in *.webp; do ffmpeg -i "${i}" "${i%.webp}.png"; done`) So less...

Already fixed in yt-dlp. https://github.com/yt-dlp/yt-dlp/issues/6247 https://github.com/yt-dlp/yt-dlp/commit/149eb0bbf34fa8fdf8d1e2aa28e17479d099e26b

[Line 2125](https://github.com/ytdl-org/youtube-dl/blob/dd9aa74beefc179f943051c4e19eecad87ab1124/youtube_dl/extractor/youtube.py#L2125) in [youtube.py](https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/youtube.py) has to be changed into: `'uploader_id': self._search_regex(r'/(?:channel/|user/|@)([^/?&#]+)', owner_profile_url, 'uploader id', default=None),` Then no error: 😀️ ``` youtube-dl --ignore-config -v -F 3h5-QPbKoVg [debug] System config: [] [debug]...

In [Firefox](https://www.mozilla.org/en-US/firefox/new/) you can accomplish that with preferences in `about:config`. `view_source.editor.external` → `true` And: `view_source.editor.path` → `C:\Program Files (x86)\Notepad++\notepad++.exe`

> Edge now has blocked the extension which made me very sad! Is there a work around for this? Could you try the workaround I mentioned in [this Reddit thread](https://old.reddit.com/r/youtubedl/comments/vqkh63/google_killed_the_extension_open_with_ytdlp_now/)?...

Indeed. Something must have changed there... However, I can download individual videos by giving yt-dlp the URL of the stream, obtained via the extension "[The Stream Detector](https://github.com/rowrawer/stream-detector)" after starting a...

@Vangelis66 (offtopic) > ``` > [debug] Python 3.7.9 (CPython x86 32bit) - Windows-Vista-6.0.6003-SP2 (OpenSSL 1.1.1g 21 Apr 2020) > ``` yt-dlp [soon dropping support for Python 3.7](https://github.com/yt-dlp/yt-dlp/issues/7803)...