Ecosyste.ms: Timeline

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

seproDev

seproDev pushed 4 commits to PR-templates seproDev/yt-dlp

View on GitHub

seproDev deleted a tag seproDev/yt-dlp

macos

seproDev deleted a tag seproDev/yt-dlp

3.9test

seproDev pushed 1 commit to master seproDev/yt-dlp

View on GitHub

seproDev pushed 1 commit to master seproDev/yt-dlp

View on GitHub

seproDev pushed 1 commit to master seproDev/yt-dlp

View on GitHub

seproDev pushed 1 commit to master seproDev/yt-dlp

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
You did not provide a complete verbose log. As such, it is impossible to tell what is going on. You are likely using an outdated yt-dlp version, or are on an IP that has been blocked. In addition,...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
This is a network issue. yt-dlp cannot access the YouTube website. Are you on a network where YouTube access is blocked?

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Duplicate of #12209 Update to Nightly. @pavel167 you seem to be running the pip version. Use: ``` python3 -m pip install -U --pre "yt-dlp[default]" ``` @Philipeau you are running the standalone ...

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
FranceTVSite: Unable to extract video ID
### 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 comment on an issue on yt-dlp/yt-dlp
Some observations: - VLC on Windows reads the date correctly for both `YYYYMMDD` and `YYYY-MM-DD` - Windows Explorer did expect the date to be `YYYY-MM-DD` - Music Bee expects `YYYY` - The FFmpeg [...

View on GitHub

seproDev deleted a branch seproDev/aegisite

small_fixes

seproDev opened a pull request on Aegisub/aegisite
Small fixes
Fixing two small things I noticed
seproDev created a branch on seproDev/aegisite

small_fixes - Aegisub's website

seproDev created a comment on an issue on yt-dlp/yt-dlp
Then make less requests. If you just hammer YouTube's servers, no wonder they time you out. You can use something like `--sleep-requests 1.25 --min-sleep-interval 60 --max-sleep-interval 90` Take ...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
`--use-oauth` never was a supported option. Where did you find this? OAuth support for YouTube was removed a couple of months back due to new restrictions by YouTube. You should [use cookies inste...

View on GitHub

seproDev created a review comment on a pull request on Aegisub/aegisite
imo. you can add yourself to the contributor list like was done for the [Chinese post](https://github.com/Aegisub/aegisite/blob/master/content/zh-cn/blog/2024-12-18-Aegisub_3.4.0_Released.md?plain=...

View on GitHub

seproDev created a review comment on a pull request on Aegisub/aegisite
Currently, "Ocak" is always displayed. I think this needs to be: ```suggestion dateFormat: "2 January 2006" ``` It will still get translated.

View on GitHub

seproDev created a review on a pull request on Aegisub/aegisite
Looks good to me. Two minor comments.

View on GitHub

seproDev created a review on a pull request on Aegisub/aegisite
Looks good to me. Two minor comments.

View on GitHub

seproDev pushed 1 commit to PR-templates seproDev/yt-dlp

View on GitHub

seproDev pushed 1 commit to PR-templates seproDev/yt-dlp
  • Adjust URL again duplicates might actually be helpful if they better match the search term 350219c

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Duplicate of #12209 Update to nightly ``` yt-dlp --update-to nightly ```

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
Report de bug
### 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 pushed 1 commit to PR-templates seproDev/yt-dlp

View on GitHub

seproDev pushed 156 commits to PR-templates seproDev/yt-dlp
  • [ie/adobepass] Fix provider requests (#11472) Fix bug in dcfeea4dd5e5686821350baa6c7767a011944867 Closes #11469 ... 85fdc66
  • [ie/GameDevTV] Add extractor (#11368) Authored by: stratus-ss, bashonly Co-authored-by: bashonly <88596187+bashonly... be3579a
  • [build] Enable attestations for trusted publishing (#11420) Reverts 428ffb75aa3534b275cf54de42693a4d261519da Author... f13df59
  • [build] Pin `websockets` version to >=13.0,<14 (#11488) websockets 14.0 causes CI test failures (a lot more of them)... 240a7d4
  • [core] Catch broken Cryptodome installations (#11486) Authored by: seproDev b83ca24
  • [ie/spreaker] Support episode pages and access keys (#11489) Authored by: julionc c39016f
  • [ie/rutube] Rework extractors (#11480) Closes #9694, Closes #10104, Closes #11117, Closes #11415, Closes #11476 Aut... e398217
  • [ie/spreaker] Support podcast and feed pages (#10968) Closes #10925 Authored by: subrat-lima c673731
  • [ie/MixchMovie] Add extractor (#10897) Closes #10765 Authored by: Sakura286 0ec9bfe
  • [build] Bump PyInstaller version pin to `>=6.11.1` (#11507) Authored by: bashonly f9c8deb
  • [ie/CloudflareStream] Avoid extraction via videodelivery.net (#11478) Closes #11477 Authored by: hugovdev 2db8c2e
  • [ie/goplay] Fix extractor (#11466) Closes #10857 Authored by: SamDecrock, bashonly Co-authored-by: bashonly <885961... 6b43a8d
  • [ie/Chaturbate] Support alternate domains (#10595) Closes #10594 Authored by: manavchaudhary1 a9f8567
  • [ie/facebook] Fix formats extraction (#11513) Closes #11497 Authored by: bashonly bacc31b
  • [ie/archive.org] Fix comments extraction (#11527) Closes #11526 Authored by: jshumphrey f2a4983
  • [utils] Fix `join_nonempty`, add `**kwargs` to `unpack` (#11559) Authored by: Grub4K 39d79c9
  • [utils] `subs_list_to_dict`: Add `lang` default parameter (#11508) Authored by: Grub4K c014fbc
  • [ie] Allow `ext` override for thumbnails (#11545) Authored by: bashonly eb64ae7
  • [ie/soop] Fix thumbnail extraction (#11545) Closes #11537 Authored by: bashonly c699baf
  • [ie/RadioRadicale] Add extractor (#5607) Authored by: a13ssandr0, pzhlkj6612 Co-authored-by: Mozi <29089388+pzhlk... 70c55cb
  • and 136 more ...

View on GitHub

seproDev created a comment on an issue on enough-jainil/yt-dlp-doc
Please, either write actual documentation yourself (ideally as a PR to yt-dlp/the wiki) or **don't do it at all**. This AI slop is only confusing new users if they try things that don't work or don...

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
[FranceTVSite] [FranceTV] - Unable to extract video ID
### 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 comment on an issue on yt-dlp/yt-dlp
@louissiu198 @voridium yt-dlp will not add support for some third party api and this is not the place to dicuss these kinds of offerings. As said before, if someone wants to implement whatever meth...

View on GitHub

Load more