RipMeApp/ripme

Use Youtube-dl for video downloads

開放

#131 建立於 2017年10月28日

 (10 則留言) (1 個反應) (0 位負責人)Java (640 個分叉)batch import
discussionenhancementhelp wanted

倉庫指標

星標
 (3,524 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

A few of the rippers overlap with Youtube-dl.

It would be interesting to provide a "Youtube-dl ripper" that would use youtube-dl as the downloader for all the websites it supports, as well as serve as a backend to download videos for other rippers.

This would make updating some rippers with website changes much easier, as youtube-dl has a lot of contributors and is updated pretty quickly.

The easiest way I could see would be to use Jython to invoke youtube-dl, as outlined in the Jython book.

Another potential way would be to use the system's youtube-dl, but then we'd have to parse its output, which isn't standardized.

Obviously, this would be a pretty substantial undertaking, but I think it's interesting to at least discuss the idea, as it would make some rippers much easier to maintain in the long term and add support for a whole bunch of websites in one go.

貢獻者指南