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 yt-dlp/yt-dlp
First off, I agree that the documentation is less than ideal. I believe the main conflict comes from the readme trying to document every possible way to do something while remaining brief. Imo. the...

View on GitHub

seproDev deleted a branch seproDev/yt-dlp

jsinterp-zeroise

seproDev pushed 1 commit to master yt-dlp/yt-dlp
  • [jsinterp] Improve zeroise (#12313) Authored by: seproDev 4ca8c44

View on GitHub

seproDev closed a pull request on yt-dlp/yt-dlp
[jsinterp] Improve zeroise
<!-- **IMPORTANT**: PRs without the template will be CLOSED Due to the high volume of pull requests, it may be a while before your PR is reviewed. Please try to keep your pull ...
seproDev created a review comment on a pull request on yt-dlp/yt-dlp
These tests are incomplete. Please actually run them. You should also merge master in to your branch.

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Don't subclass from a concrete extractor ```suggestion class DigiviewIE(InfoExtractor): ``` Needs `from .common import InfoExtractor` as well

View on GitHub

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

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
This video has since been removed from YouTube. Could you please update the tests?

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
imo. not needed if they are just repeats ```suggestion ```

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Instead of passing custom ffmep args, just return a `section_start` and `section_end` time. Something like this should work: ```suggestion clip_id = video_data['videoId'] return ...

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Don't extract inside extractor, but instead use url results

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
I don't understand why you wrap this in a Request object. Can't you do ```suggestion video_data = self._download_json( 'https://ladigitale.dev/digiview/inc/recuperer_video.ph...

View on GitHub

seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Use relative imports

View on GitHub

seproDev created a review on a pull request on yt-dlp/yt-dlp
Review capacity is extremely limited. Probably due to needing significant changes, this fell off the radar. Sorry about that. I've left an initial review.

View on GitHub

seproDev created a review on a pull request on yt-dlp/yt-dlp
Review capacity is extremely limited. Probably due to needing significant changes, this fell off the radar. Sorry about that. I've left an initial review.

View on GitHub

seproDev pushed 1 commit to jsinterp-zeroise seproDev/yt-dlp

View on GitHub

seproDev opened a pull request on yt-dlp/yt-dlp
[jsinterp] Improve zeroise
<!-- **IMPORTANT**: PRs without the template will be CLOSED Due to the high volume of pull requests, it may be a while before your PR is reviewed. Please try to keep your pull ...
seproDev created a branch on seproDev/yt-dlp

jsinterp-zeroise - Development fork of yt-dlp

seproDev pushed 1 commit to main seproDev/python-fontbro

View on GitHub

seproDev pushed 15 commits to main seproDev/python-fontbro
  • Update `unicode-blocks.json` and `unicode-scripts.json` data. 1531bc6
  • Fix tests. 14185c1
  • Bump `fonttools`. a90a7ab
  • Reset file pointer when saving to fileobject. a536694
  • Add `Python 3.13` support. 6e9a83e
  • Drop `Python 3.8` and `Python 3.9` support. cf5b6ef
  • Bump `pre-commit` hooks. 6d465a8
  • Bump requirements. 1dd025b
  • Bump requirements. e21ced9
  • Update requirements-test.txt a42d3cf
  • Bump `pre-commit` hooks. 65d7353
  • Bump `tox`. cee6e87
  • Fix typing issues. 102cc62
  • Bump peter-evans/create-pull-request from 6 to 7 (#187) Bumps [peter-evans/create-pull-request](https://github.com/p... d4523d3
  • Merge remote-tracking branch 'upstream/main' 9c28f53

View on GitHub

seproDev deleted a branch seproDev/yt-dlp

PR-templates

seproDev pushed 1 commit to master yt-dlp/yt-dlp
  • [misc] Improve Issue/PR templates (#11499) Authored by: seproDev 517ddf3

View on GitHub

seproDev closed a pull request on yt-dlp/yt-dlp
[docs] Improve Issue/PR templates
<!-- **IMPORTANT**: PRs without the template will be CLOSED Due to the high number of pull requests, it may take some time before your code will be reviewed. It is recommended ...
seproDev created a comment on an issue on yt-dlp/yt-dlp
Duplicate of #12209 Update to Nightly with: ``` yt-dlp --update-to nightly ```

View on GitHub

seproDev closed an issue on yt-dlp/yt-dlp
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
This would be a feature request unrelated to any existing site. A verbose log would have been helpful, so I know that you are already using a `-f` parameter and could have given a better response i...

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Then adjust your existing `-f` parameter accordingly. With `+` you are instructing yt-dlp to merge. With `,` you are instructing yt-dlp to download both.

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
Why not change the format selection to `-f bv*,ba/b`?

View on GitHub

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

View on GitHub

seproDev created a comment on an issue on yt-dlp/yt-dlp
@Tama47 See https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#developing-plugins and specifically [the sample plugin](https://github.com/yt-dlp/yt-dlp-sample-plugins). You just copy the extracto...

View on GitHub

Load more