Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Afreecatv 19+ VODS cannot be downloaded #26622
Comments
|
FFmpeg works if you pass the User Agent and Referer tags. Just need to get the playlist.m3u8 from inspect elements. A work around for the time being: ffmpeg -user_agent "UA" -referer "http://vod.afreecatv.com/PLAYER/STATION/xxx" -i "...playlist.m3u8" -c copy test.mp4 |
Checklist
Verbose log
Description
When I try to download a video from afreecatv and putting credentials it is 19+ , it gives an error "Only users older than 19 are able to watch this video. Provide account credentials to download this content."
Command: youtube-dl.exe -u username -p password -R 999 --hls-prefer-native "http://vod.afreecatv.com/PLAYER/STATION/xxx"