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

SkillsMatter not supported even cookies is specified #11631

Closed
luochen1990 opened this issue Jan 7, 2017 · 3 comments
Closed

SkillsMatter not supported even cookies is specified #11631

luochen1990 opened this issue Jan 7, 2017 · 3 comments
Labels

Comments

@luochen1990
Copy link

@luochen1990 luochen1990 commented Jan 7, 2017

I'm trying to use the latest version of youtube-dl to download video from skillsmatter.com, with cookies specified, but not working.

The version of youtube-dl:

$ youtube-dl.exe --version
2017.01.05

I'm using:

  • Windows 10 (64bit)
  • Python 2.7.10 (64bit)
  • Chrome 57.0.2970.0 (64bit)

The cookies file is got via cookies.txt version 1.10.0 (which is the currently latest version).

I'm trying the with --cookies <FILE> way mentioned in this issue by @jaimeMF

And the entire information I got is below:

$ youtube-dl.exe -v --cookies ./cookies.txt https://skillsmatter.com/skillscasts/3241-haskell-cloud
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'--cookies', u'./cookies.txt', u'https://skillsmatter.com/skillscasts/3241-haskell-cloud']
[debug] Encodings: locale cp936, fs mbcs, out None, pref cp936
[debug] youtube-dl version 2017.01.05
[debug] Python version 2.7.10 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-81043-ga49ed9e, ffprobe N-81043-ga49ed9e
[debug] Proxy map: {'ftp': 'ftp://127.0.0.1:1080', 'http': 'http://127.0.0.1:1080', 'https': 'https://127.0.0.1:1080'}
[generic] 3241-haskell-cloud: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 3241-haskell-cloud: Downloading webpage
[generic] 3241-haskell-cloud: Extracting information
ERROR: Unsupported URL: https://skillsmatter.com/skillscasts/3241-haskell-cloud
Traceback (most recent call last):
  File "c:\dev\python27\lib\site-packages\youtube_dl\extractor\generic.py", line 1685, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "c:\dev\python27\lib\site-packages\youtube_dl\compat.py", line 2526, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "c:\dev\python27\lib\site-packages\youtube_dl\compat.py", line 2515, in _XML
    parser.feed(text)
  File "c:\dev\python27\lib\xml\etree\ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "c:\dev\python27\lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
    raise err
ParseError: not well-formed (invalid token): line 27, column 311
Traceback (most recent call last):
  File "c:\dev\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "c:\dev\python27\lib\site-packages\youtube_dl\extractor\common.py", line 359, in extract
    return self._real_extract(url)
  File "c:\dev\python27\lib\site-packages\youtube_dl\extractor\generic.py", line 2507, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://skillsmatter.com/skillscasts/3241-haskell-cloud

Some other related issue:

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 7, 2017

Duplicate of #1883.

@dstftw dstftw closed this Jan 7, 2017
@dstftw dstftw added the duplicate label Jan 7, 2017
@luochen1990
Copy link
Author

@luochen1990 luochen1990 commented Jan 7, 2017

@dstftw So the fact that --cookies option is not working on skillsmatter.com is expected ?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 7, 2017

Using --cookies does not guarantee you anything.

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.