LordH3lmchen / TwitchDownloader

A download tool for past broadcasts.
GNU General Public License v3.0
67 stars 9 forks source link

Channel not found #7

Open zhukovsergei opened 6 years ago

zhukovsergei commented 6 years ago

When i try to grab a videos from any channel i get an error: Channel not found image

zackeriess commented 6 years ago

yep same. malware. avoid,

LordH3lmchen commented 6 years ago

It is no Maleware!

Hey, I do not work on this anymore. Feel free to fork It and fix it. It was a small project to learn Java Swing.

Twitch changes the API all the time you have to adopt the software to the new Twitch API. It also uses some inofficial API from Twitch. You can watch all the API calls on Twitch with your browser (Deveolper Mode)and reverse engineer Twitch (with your Browser) pretty straight forward.

I've released it under GPLv3 no Ads, no hidden features, nothing. Everyone can read the code, everyone is allowed to fork it. But you have to publish your changes. Please respect the GPL

To be honest I use youtube-dl to download Videos from Twitch, Vimeo, YouTube ... and it works on my Android Phone to.

https://github.com/rg3/youtube-dl

Just install python3 and type pip install youtube-dl into your Windows Powershell, Linux Shell (Termux for Android) or in the Terminal on OSX

I'm a farmer not a software developer. As a senior php developer it should be no problem to reverse engineer Twitch.

https://github.com/LordH3lmchen/TwitchDownloader/tree/master/src/com/trabauer/twitchtools/model/twitch

All the Info classes need to be modified to get it working again. These classes contain the code that calls the APIs from Twitch