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

ITV no longer works since a few days and exits with "ERROR: Unable to extract params;" #16541

Closed
k3ck3c opened this issue May 24, 2018 · 1 comment
Labels

Comments

@k3ck3c
Copy link

@k3ck3c k3ck3c commented May 24, 2018

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

[debug] System config: [] Ubuntu 

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"

[debug] User config: 

$ youtube-dl --version
2018.05.18

I try to download from itv.com 
the following video

https://www.itv.com/hub/midsomer-murders/Ya1096

using this command (and a proxy)

youtube-dl -v -4 https://www.itv.com/hub/midsomer-murders/Ya1096 --all-subs --convert-subs srt --proxy 'http://46.101.11.131:3128'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-4', u'https://www.itv.com/hub/midsomer-murders/Ya1096', u'--all-subs', u'--convert-subs', u'srt', u'--proxy', u'http://46.101.11.131:3128']
[debug] Encodings: locale UTF-8, fs UTF-8, out None, pref UTF-8
[debug] youtube-dl version 2018.05.18
[debug] Python version 2.7.13 (CPython) - Linux-4.10.0-42-generic-x86_64-with-Ubuntu-17.04-zesty
[debug] exe versions: avconv 3.2.4-1build2, avprobe 3.2.4-1build2, ffmpeg 3.2.4-1build2, ffprobe 3.2.4-1build2, rtmpdump 2.4-n111-gitfa8646d-ppa9p2
[debug] Proxy map: {u'http': u'http://46.101.11.131:3128', u'https': u'http://46.101.11.131:3128'}
[debug] Using fake IP 25.25.93.127 (GB) as X-Forwarded-For.
[ITV] Ya1096: Downloading webpage
ERROR: Unable to extract params; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how 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/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 792, in extract_info
      ie_result = ie.extract(url)
        File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 503, in extract
	    ie_result = self._real_extract(url)
	      File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/itv.py", line 60, in _real_extract
	          r'(?s)(<[^>]+id="video"[^>]*>)', webpage, 'params'))
		    File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 883, in _search_regex
		        raise RegexNotFoundError('Unable to extract %s' % _name)
			RegexNotFoundError: Unable to extract params; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.


...
<end of log>
@k3ck3c k3ck3c closed this May 24, 2018
@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 24, 2018

FYI, you don't need to use proxy.

@dstftw dstftw added the invalid label May 24, 2018
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.