Ecosyste.ms: Timeline

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

deniscerri/ytdlnis

seproDev created a comment on an issue on deniscerri/ytdlnis
I looked at the custom updater logic briefly, I think it already existed before the yt-dlp updater existed and was originally built for youtube-dl. The `nicolaasjan` repo is only applicable for ...

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
Now that i think about it I can just run the command myself yt-dlp --update-to nightly@latest yt-dlp --update-to master@latest yt-dlp --update-to nicolaasjan/yt-dlp@latest definitely noting ...

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
@seproDev i dont understand why they use custom url sources for updating yt-dlp instead of the built in updater. At least they shouldve made the sources public so i could implement a source editor ...

View on GitHub

deniscerri closed an issue on deniscerri/ytdlnis
[For Android 6 Users] How to make YTDLnis usable
- Download the [1.7.9.2 APK](https://github.com/deniscerri/ytdlnis/releases/tag/v1.7.9.2) - Turn off internet on your phone - Install the APK - Launch ytdlnis and disable auto-updates for yt-dlp...
deniscerri opened an issue on deniscerri/ytdlnis
[For Android 6 Users] How to use YTDLnis
### ⠀ - [X] Tried latest version ### ⠀ - [X] This issue is not duplicated with any other open or closed issues ### Describe the bug a ### Expected behavior a ### Steps to reproduce a ### ...
deniscerri created a comment on an issue on deniscerri/ytdlnis
Ill close this issue and make a new one and pin it for easy access

View on GitHub

seproDev created a comment on an issue on deniscerri/ytdlnis
Yes, yt-dlp uses the `_update_spec` file from releases to determine the last compatible version.

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
``` yt-dlp --update-to [email protected] ``` this worked

View on GitHub

seproDev created a comment on an issue on deniscerri/ytdlnis
Here is a possible workaround: - Download the [1.7.9.2 APK](https://github.com/deniscerri/ytdlnis/releases/tag/v1.7.9.2) - Turn off internet on your phone - Install the APK - Launch ytdlnis and...

View on GitHub

jonatanruan starred deniscerri/ytdlnis
Turkialh14 created a comment on an issue on deniscerri/ytdlnis
You are right because you will treat them as temporary files.

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
But I don't think it's really a big problem because the app automatically adds the argument` -o`

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
There is a problem with the argument, I saw that it was closed without being resolved. https://github.com/yt-dlp/yt-dlp/issues/6594

View on GitHub

zaednasr pushed 1 commit to main deniscerri/ytdlnis

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
I coded it be available for the next 5 hours. Considering formats tend to expire on some extractors, i dont want the download to be unusable. This is a rare use case, one of them being you starting...

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
@Turkialh14 Yeah thats a good thought. Ill consider the use cases

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
What do you think of making it a default argument that is added automatically? It will be better for download management. Instead, add an option to cancel it and write in parentheses that it is not...

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
Yes the json file will be stored in the same place as the other temp files in the download process. But if you have turned caching off, those temporary files cannot be deleted for obvious reasons...

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
Good idea, will the json file be among the temporary files that can be deleted in the settings in the folders tab in the last option?

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
@Turkialh14 actually i found out how to do this. there was a command called --write-info-json to load data in a file and then reference it later. Its awesome, the downloads start immediately now. ...

View on GitHub

clairecrichton created a comment on an issue on deniscerri/ytdlnis
you can download multiple files simultaneously via the "Downloads" tab in the settings (Concurrent Downloads)

View on GitHub

awfkdso starred deniscerri/ytdlnis
deniscerri created a comment on an issue on deniscerri/ytdlnis
You need to make this issue to yt-dlp because its not really an issue with the app itself, but the library

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
@ZiadEl-kashif can you reach me in telegram so i can give you a sample apk. I hope it resolves the issue

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
I'm sure it will excite them.

View on GitHub

Turkialh14 closed an issue on deniscerri/ytdlnis
[Bug] Issue in Downloads tab
### ⠀ - [X] Tried latest version ### ⠀ - [X] This issue is not duplicated with any other open or closed issues ### Describe the bug I have the same problem with issue number #605 But in additi...
deniscerri created a comment on an issue on deniscerri/ytdlnis
Yes, unfortunately there is nothing you can do about that. That's how yt-dlp works. Unless there is a way to store this information and rush off to the download and fetch the data stored somewhere ...

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
You are the expert, I will not argue with you because I do not know programming. But as you know, I see in the output log repeating the same load command. [youtube] gd7BXuUQ91w: Downloading webp...

View on GitHub

deniscerri created a comment on an issue on deniscerri/ytdlnis
Its just a log record, i dont think thats a big deal. Also i think its fine to have separate logs for each download run. Its clearer. Also for the 2nd thing, all the phone is doing is running the ...

View on GitHub

Turkialh14 created a comment on an issue on deniscerri/ytdlnis
I agree with you but there are two problems, the first is that it creates another record, although it is not a big problem, and the second is that it starts uploading some information again and may...

View on GitHub

Load more