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

Einthusan extractor again broken #11416

Closed
ort163 opened this issue Dec 11, 2016 · 0 comments
Closed

Einthusan extractor again broken #11416

ort163 opened this issue Dec 11, 2016 · 0 comments
Labels

Comments

@ort163
Copy link

@ort163 ort163 commented Dec 11, 2016


Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.12.09.

  • [x ] I've verified and I assure that I'm running youtube-dl 2016.12.09

Before submitting an issue make sure you have:

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

What is the purpose of your issue?

  • [ x] Bug report (encountered problems with youtube-dl)

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

$ youtube-dl -v http://www.einthusan.com/movies/watch.php?id=2447
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.einthusan.com/movies/watch.php?id=2447']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.09
[debug] Python version 2.7.12 - Linux-4.4.0-36-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.8-0ubuntu0.16.04.1, ffprobe 2.8.8-0ubuntu0.16.04.1, rtmpdump 2.4
[debug] Proxy map: {}
[Einthusan] 2447: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/einthusan.py", line 48, in _real_extract
    webpage, 'title')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 669, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 660, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.





Description of your issue, suggested solution and other information

Einthusan is now again broken. I have tested with the standard test URL from file
'
https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/einthusan.py
'
If you visit page einthusan.com then ignore the large info banner (press closewindow-X or Escape-key). Playing works with firefox (disable µblock origin temporarily in some cases); also download works with VideoDownloadhelper.

The URLs in the new website are also different; but I do not think it is the cause of the problem.

Old URL:
'
http://www.einthusan.com/movies/watch.php?id=2447
'
New URL:
'
https://einthusan.com/movie/watch/9097/
'

Many thanks!

@sulyi sulyi mentioned this issue Dec 13, 2016
4 of 8 tasks complete
@yan12125 yan12125 added the broken-IE label Dec 20, 2016
@yan12125 yan12125 closed this in f851463 Feb 12, 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
2 participants
You can’t perform that action at this time.