Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Afreecatv 19+ VODS cannot be downloaded #26622

Open
sneakwish opened this issue Sep 18, 2020 · 1 comment
Open

Afreecatv 19+ VODS cannot be downloaded #26622

sneakwish opened this issue Sep 18, 2020 · 1 comment

Comments

@sneakwish
Copy link

@sneakwish sneakwish commented Sep 18, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.09.14
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-R', '999', '--hls-prefer-native', 'http://vod.afreecatv.com/PLAYER/STATION/58994262', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2019.11.22
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg N-93022-g260f1960e7, ffprobe N-93022-g260f1960e7
[debug] Proxy map: {}
[afreecatv] Logging in
[afreecatv] 58994262: Downloading webpage
[afreecatv] 58994262: Downloading video info XML
ERROR: afreecatv said: Only users older than 19 are able to watch this video. Provide account credentials to download this content.
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpwnp2jh33\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpwnp2jh33\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpwnp2jh33\build\youtube_dl\extractor\afreecatv.py", line 271, in _real_extract
youtube_dl.utils.ExtractorError: afreecatv said: Only users older than 19 are able to watch this video. Provide account credentials to download this content.


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"

@ready2r
Copy link

@ready2r ready2r commented Sep 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.