TwitchDownloader icon indicating copy to clipboard operation
TwitchDownloader copied to clipboard

VOD Sub Only doesnt work

Open SantyOrtegaBanegas opened this issue 4 years ago • 2 comments

SantyOrtegaBanegas avatar Feb 25 '22 23:02 SantyOrtegaBanegas

Bro the option doesnt work without sub :/ There a page (pogu.live)that shows the stream VOD Sub only !

I mean,you did a excellent work with the chat ! (the chat with emotes completely customizable work,great work!).

I dont a sub of this streamer (manijavi) : https://www.twitch.tv/videos/1406994895 image

I think there is a way to download the video bro ,im a trainee developer web may be can help you ,Thank you Lay and everyone!

SantyOrtegaBanegas avatar Feb 25 '22 23:02 SantyOrtegaBanegas

If you want download the video there is a workaround without using TwitchDownloader. First get the playlist file using PogU.live's API https://pogu.live/api/get-video/1406994895.m3u8 and use that in ffmpeg to download the video like so ffmpeg -i https://pogu.live/api/get-video/1406994895.m3u8 -c copy test.mp4.

The chat is not protected by Twitch unlike the video so you are able to download the chat using the VOD ID normally through TwitchDownloader and render the video.

Zibbp avatar Feb 26 '22 21:02 Zibbp

The program currently only supports passing a oauth to download if you are subscribed. I don't think this will change.

goldbattle avatar Feb 05 '23 01:02 goldbattle

I also encountered the difficulty of closed stream records for subscribers. The problem is that even if you are a subscriber of such a channel, the direct link to the record will still not download. You have to get a link in .m3u8 format

The only problem is that Twitch Downloader does not know how to work with such links. And I need to cut off certain pieces to save space on the hard drive.

AAAndroid89 avatar Aug 09 '23 23:08 AAAndroid89

I also encountered the difficulty of closed stream records for subscribers. The problem is that even if you are a subscriber of such a channel, the direct link to the record will still not download. You have to get a link in .m3u8 format

The only problem is that Twitch Downloader does not know how to work with such links. And I need to cut off certain pieces to save space on the hard drive.

I am not sure what you are talking about. We internally fetch and parse m3u8 playlists when downloading a video, and sub-only/unpublished videos can be downloaded with an oauth token from an account with the necessary permissions.

ScrubN avatar Aug 10 '23 00:08 ScrubN

Я также столкнулся со сложностью закрытых записей стримов для подписчиков. Проблема в том, что даже если вы являетесь подписчиком такого канала, прямая ссылка на запись все равно не скачается. Вы должны получить ссылку в формате .m3u8 Проблема только в том, что Twitch Downloader не умеет работать с такими ссылками. И мне нужно отрезать определенные куски, чтобы сэкономить место на жестком диске.

Я не уверен, о чем вы говорите. Мы внутренне извлекаем и анализируем плейлисты m3u8 при загрузке видео, а неопубликованные/неопубликованные видео можно загрузить с помощью токена oauth из учетной записи с необходимыми разрешениями.

The fact is that I do not have a subscription to one channel, where recordings are available only if it is available. My friend sends me links in this format. And this link is not perceived by the program. https://imgur.com/loEtwll

AAAndroid89 avatar Aug 10 '23 13:08 AAAndroid89

The fact is that I do not have a subscription to one channel, where recordings are available only if it is available. My friend sends me links in this format. And this link is not perceived by the program.

You need a subscription to download subscriber only videos. This is not a piracy tool.

ScrubN avatar Aug 10 '23 23:08 ScrubN