Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative to youtube-dl #234

Closed
Typhonragewind opened this issue Oct 19, 2020 · 11 comments
Closed

Alternative to youtube-dl #234

Typhonragewind opened this issue Oct 19, 2020 · 11 comments
Labels
is: enhancement New feature or extension of existing functionality

Comments

@Typhonragewind
Copy link

Hello!

Would it be possible to include the option to change the youtube-dl binary to youtube-dlc? Youtube-dlc is a fork of youtube-dl with more active development/maintenance of sites.
Should work the same as youtube-dl, i think.

link to the project> https://github.com/blackjack4494/youtube-dlc

@Tzahi12345
Copy link
Owner

Interesting, right now we don't call the binary directly, but we've been looking to use a better downloading system so youtube-dlc could be used once that process starts (see #111)

@Tzahi12345 Tzahi12345 added the is: enhancement New feature or extension of existing functionality label Oct 23, 2020
@Tzahi12345
Copy link
Owner

Not sure where to post this, but youtube-dl and youtube-dlc just got DMCA'd on GitHub

https://github.com/ytdl-org/youtube-dl

https://github.com/blackjack4494/youtube-dlc

image

@RashiqAzhan
Copy link

Wow. Imagine my surprise after coming to the internet after a fortnight to see a FOSS as useful as youtube-dl being taken down.

I hope @ytdl-org and @blackjack4494 move to some other VCS. Selfhosted Gitlab or Gitee maybe?

Mr. Tzahi, do you think your work is in peril now? Since, as of writing, directly depends on youtube-dl.

@Typhonragewind
Copy link
Author

This is a shock indeed, I didn't even know it was possible.

Tzahi, I'm no coder, but if there is anyway i can help just let me know.

@Tzahi12345
Copy link
Owner

Tzahi12345 commented Oct 25, 2020

Mr. Tzahi, do you think your work is in peril now? Since, as of writing, directly depends on youtube-dl.

@RashiqAzhan I don't think so. The RIAA went after youtube-dl and co. because they had copyrighted materials in their docs. We don't, so we're good on that front. My only fear is getting a copyright strike from Google for using "Youtube" in the title. If this ever happens we can brainstorm a new name.

Tzahi, I'm no coder, but if there is anyway i can help just let me know.

@Typhonragewind I think we're good! Let's just keep an eye out, I assume youtube-dl and youtube-dlc will start another main repo. The only code which is broken due to this is youtube-dl autoupdates. Should only require a simple fix.

If you have some free time, check out the translations dashboard, you can add new languages if you're fluent in something that isn't on that list

@Typhonragewind
Copy link
Author

If you have some free time, check out the translations dashboard, you can add new languages if you're fluent in something that isn't on that list

Started doing that. Wish i could leave comments on my translation though xD. Portuguese can be very contextual and some things don't make sense to translate.

@Pingumania
Copy link

Here is the new youtube-dlc repo
https://github.com/blackjack4494/yt-dlc

@Tzahi12345
Copy link
Owner

Given youtube-dl's lack of a new official repo, I'm currently working on making youtube-dlc the default!

@adan89lion
Copy link

@Tzahi12345 I recommend other projects that can handle and download YouTube videos, like you-get and annie. They can act as a temporary alternatives to YouTube-DL.

@Tzahi12345
Copy link
Owner

@adan89lion The way the current downloading functionality works, a youtube-dl alternative must be a drop-in replacement for youtube-dl. That is, the syntax and functions must be the same (though new features that don't conflict are not an issue)

I have just pushed an update (see commit here) that defaults the downloader to youtube-dlc. Pull the latest nightly and see if it works on your end!

@neilyboy
Copy link

@adan89lion The way the current downloading functionality works, a youtube-dl alternative must be a drop-in replacement for youtube-dl. That is, the syntax and functions must be the same (though new features that don't conflict are not an issue)

I have just pushed an update (see commit here) that defaults the downloader to youtube-dlc. Pull the latest nightly and see if it works on your end!

Latest works for me and youtube-dlc thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: enhancement New feature or extension of existing functionality
Projects
None yet
Development

No branches or pull requests

6 participants