Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

seproDev

seproDev created a comment on an issue on JunkFood02/Seal
Update seal https://github.com/JunkFood02/Seal/releases/tag/v1.13.1

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
For YouTube specifically there usually exist both a opus and aac audio format. yt-dlp preferrs opus due to being a newer codec. You can download the opus audio format with ``` yt-dlp -x "URL" `...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Using `--audio-format mp3` alongside `--extract-audio` instructs yt-dlp to convert the audio track to mp3. This is lossy. To get the files as streamed by the site don't pass `--audio-format`. Do n...

View on GitHub

seproDev deleted a branch seproDev/yt-dlp

lazy

seproDev created a review on a pull request on yt-dlp/yt-dlp

View on GitHub

seproDev pushed 1 commit to lazy seproDev/yt-dlp

View on GitHub

seproDev created a review on a pull request on yt-dlp/yt-dlp

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
@Tmalll That is unrelated to this issue. YouTube has blocked your account. Nothing can be done.

View on GitHub

seproDev pushed 1 commit to rtp seproDev/yt-dlp

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
Speed up recode-video
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm asking a question and...
seproDev created a comment on a pull request on yt-dlp/yt-dlp
@Zulu-1540 please stop spamming unrelated, incoherent comments or I will have to block you from the repository. If you have a problem or a question, please open a new dedicated issue.

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
With [2024.11.04](https://github.com/yt-dlp/yt-dlp/releases/tag/2024.11.04) yt-dlp started to prioritize av1 (or more correctly no longer de-prioritize av1). You can revert this by using `--compat-...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
I would generally recommend keeping m4a files instead of using raw aac bitstreams. You can, for example, embed metadata like the title and thumbnail in m4a files. I don't think it is currently pos...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
@Ryan-Amirthan Just making sure you are aware, yt-dlp and youtube-dl are different projects. If you want this extractor merged in to yt-dlp, you have to file a PR here and follow the [yt-dlp coding...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Your `get_tags.py` code does not seem to use yt-dlp > File "/usr/local/lib/python3.10/dist-packages/youtube_dl/YoutubeDL.py", The actual yt-dlp invocation before is successful. What does your g...

View on GitHub

seproDev created a comment on an issue on ytdl-org/youtube-dl
@TheRealMamuth If you have an issue with yt-dlp, please [open an issue there](https://github.com/yt-dlp/yt-dlp/issues/new/choose). youtube-dl and yt-dlp are different projects. You are the first pe...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
When re-encoding the entire file needs to be decoded first (pretty fast) and then needs to be encoded again (very slow). You only ever want to do this if you must. Why are you exactly re-encoding ...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
`--extract-audio` is exactly the command you need. Just don't pass a `-f` option.

View on GitHub

seproDev created a comment on a pull request on yt-dlp/yt-dlp
I didn't include those since no network requests are being made

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
The native m3u8 downloader does not work with livestreams. And `--keep-fragments` does not work with ffmpeg.

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
There are two primary roadblocks for having signed macOS executables. From the technical side, signing needs to take place in the CI pipeline, as all yt-dlp releases are automated. Last time I look...

View on GitHub

seproDev opened a pull request on yt-dlp/yt-dlp
[cleanup] Make playlist extraction lazy
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information <!-- Explanation of your *pull request* in arbitrary form goes here. Ple...
seproDev created a branch on seproDev/yt-dlp

lazy - Development fork of yt-dlp

seproDev created a comment on an issue on yt-dlp/yt-dlp
You can maybe take a look at https://github.com/mikf/gallery-dl which might fit your needs.

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
The album contains no videos. yt-dlp is for downloading video/audio, not arbitrary media. Closing as out of scope.

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
Imgur album doesn't download
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp...
seproDev created a review on a pull request on yt-dlp/yt-dlp

View on GitHub

seproDev created a review on a pull request on yt-dlp/yt-dlp

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
yt-dlp passes all necessary information like cookies on to aria2c. You don't need to also pass cookies separately to aria2c. Since you mentioned using a proxy, yes, this does seem to be a network ...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
@shrimpy35 Make sure you have updated to the newest yt-dlp version. If it still doesn't work, please open a new issue with a verbose log.

View on GitHub

Load more