nicolaasjan

Results 115 comments of nicolaasjan

> what distro and version are you using? Linux Mint 20.3

Issue persists... ``` cd build/ && cmake ../ && make -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check for working...

However, the artifact build from [here](https://github.com/UMSKT/UMSKT/actions/runs/5499503942) worked.

> I feel like the problem with your build environment is that OpenSSL 1.1.1f is a bit too old for the codebase. Indeed, I should upgrade my system in the...

Not seen for me either on nightly: ```shell yt-dlp -vU --ignore-config --check-formats https://www.youtube.com/watch?v=nJ6A6GC_ki4 [debug] Command-line config: ['-vU', '--ignore-config', '--check-formats', 'https://www.youtube.com/watch?v=nJ6A6GC_ki4'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8,...

@1268 `> WARNING: [youtube] Unable to decode n-parameter: download likely to be throttled` I faced the same. See issue #32534. Until the patch arrives, you can apply this diff: ```diff...

From yt-dlp verbose log: ```shell [youtube] aKAcT2X9lkU: Downloading player c153b631 [debug] Saving youtube-nsig.c153b631 to cache [debug] [youtube] Decrypted nsig xLOrjnf4nBSn-xZu => TGN_3foSsKSJZQ ``` There the download went fine (~10MiB/s)

> If you're able to debug and find the issue, I'd welcome a PR! Unfortunately I don't have the skills to do that... For now I have the extension disabled....

Would it also be possible to cut off a specific amount of seconds from the **end** of video's? I ask this, because someone at [/r/youtube-dl](https://old.reddit.com/r/youtubedl/new/) had that question. I guess...

Just FYI, The cookies.txt extension has been [removed](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg) from the Chrome Web Store... Maybe use [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid) from now on?