download-online-video / chrome-avgle-helper

👏 A Chrome extension for Avgle and other interesting video sites. Downloader inside
GNU General Public License v3.0
318 stars 65 forks source link

Error: input m3u8 url is invalid. #5

Closed terrybossy1122 closed 5 years ago

terrybossy1122 commented 5 years ago

Hello, I’m using Chrome plugin to get Base64 url of m3u8. Then I feed the acquired url to the AvgleDownloader.sh script (I’m on Windows 7 64) but get “Extra options: avgle base64: invalid input Error: input m3u8 url is invalid!" What am I doing wrong? Also, when I’m trying to download m3u8 by any other methods I get Error 403. Does it have to do something with the capcha protection? Are there are any other means to circumvent this kind of security? Thanks.

vide0 commented 5 years ago

Can you paste the downloading command you got from this Chrome extension in here? (Or the output of the AvgleDownloader)

Btw, you have been passed the capcha protection if you got m3u8 url. And the downloader script can resolve the 403 problem automatically.

ilovefood2 commented 5 years ago

i got same issue

 _                _            
/ \    __  __ _  | |   ___    

/ \ / / / ` | | | / _ \
/ \/ / | (| | | | | /
// _/ _, | || ___| Downloader |___/
Usage: AvgleDownloader [option=value ...] Updated date: 2019-01-30

🚀 aria2 mode is enabled! 🚀 Video name: test Base64 of m3u8 URL: “https://xxxxxx” Extra options: avgle Invalid character in input stream. Error: input m3u8 url is invalid! `

it happens to all urls from avlge.com not sure what's going on

ilovefood2 commented 5 years ago

ok, it seems error is from base64 --decode

vide0 commented 5 years ago

@ikelca It seems like you get invalid download command (the m3u8 url you got is not base64 encoded string) from Chrome extension.Is your Avgle helper extension latest. Because I can't reproduce this bug, And the download command What I saw is like this:

screenshot

ilovefood2 commented 5 years ago

my mistake, you are correct, the url i got was decrypted one, thats why i got invalid error, as soon as I put original encrypted url, it worked.

imammubin commented 5 years ago

@vide0 i follow yout command, the result is: base64: command not found