Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...
seproDev pushed 1 commit to master yt-dlp/yt-dlp
- [jsinterp] Improve zeroise (#12313) Authored by: seproDev 4ca8c44
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.
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
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?
seproDev created a review comment on a pull request on yt-dlp/yt-dlp
imo. not needed if they are just repeats ```suggestion ```
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 ...
seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Don't extract inside extractor, but instead use url results
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...
seproDev created a review comment on a pull request on yt-dlp/yt-dlp
Use relative imports
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.
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.
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 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
seproDev pushed 1 commit to master yt-dlp/yt-dlp
- [misc] Improve Issue/PR templates (#11499) Authored by: seproDev 517ddf3