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

Couldn't download video from afreecatv.com #12706

Closed
FLEM1NGTON opened this issue Apr 10, 2017 · 0 comments
Closed

Couldn't download video from afreecatv.com #12706

FLEM1NGTON opened this issue Apr 10, 2017 · 0 comments

Comments

@FLEM1NGTON
Copy link

@FLEM1NGTON FLEM1NGTON commented Apr 10, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.04.09. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.04.09

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

C:\Users\Mayer>youtube-dl -v http://vod.afreecatv.com/PLAYER/STATION/20476852
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'http://vod.afreecatv.com/PLAYER/STATION/20476852']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2017.04.09
[debug] Python version 3.4.3 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-84014-g9e6b269, ffprobe N-84014-g9e6b269
[debug] Proxy map: {}
[afreecatv] 20476852: Downloading XML
Traceback (most recent call last):
  File "c:\python34\lib\runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python34\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python34\Scripts\youtube-dl.exe\__main__.py", line 9, in <module>
  File "c:\python34\lib\site-packages\youtube_dl\__init__.py", line 464, in main
    _real_main(argv)
  File "c:\python34\lib\site-packages\youtube_dl\__init__.py", line 454, in _real_main
    retcode = ydl.download(all_urls)
  File "c:\python34\lib\site-packages\youtube_dl\YoutubeDL.py", line 1890, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "c:\python34\lib\site-packages\youtube_dl\YoutubeDL.py", line 761, in extract_info
    ie_result = ie.extract(url)
  File "c:\python34\lib\site-packages\youtube_dl\extractor\common.py", line 429, in extract
    ie_result = self._real_extract(url)
  File "c:\python34\lib\site-packages\youtube_dl\extractor\afreecatv.py", line 114, in _real_extract
    app, playpath = video_url_raw.split('mp4:')
ValueError: need more than 1 value to unpack

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


@dstftw dstftw closed this in 6b9466d Apr 10, 2017
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
1 participant
You can’t perform that action at this time.