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

Nefunkční stahování #45

Open
frimdo opened this issue Jul 28, 2016 · 0 comments
Open

Nefunkční stahování #45

frimdo opened this issue Jul 28, 2016 · 0 comments

Comments

@frimdo
Copy link

frimdo commented Jul 28, 2016

Nedaří se mi stáhnout jediné video. Doufám, že je chyba u mě.

python --version
Python 3.5.2

rtmpdump --version
RTMPDump v2.4

ČT iVysílání (http://www.ceskatelevize.cz/ivysilani/)

Samozřejmě viz 43, ale pro pořádek:

./tv-dl  http://www.ceskatelevize.cz/ivysilani/10641016053-cislovanky/214385700770020                                                                                                             
Traceback (most recent call last):
  File "./tv-dl", line 131, in <module>
    downloader.main()
  File "./tv-dl", line 29, in main
    e = self.get_engine(self.args.URL)[2](self.args.URL)
  File "/windows/Users/Slune/job/test/tv-dl/engines/ct.py", line 82, in __init__
    data = json.loads(urlopen(req).read().decode('utf-8'))
  File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 472, in open
    response = meth(req, response)
  File "/usr/lib/python3.5/urllib/request.py", line 582, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.5/urllib/request.py", line 510, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Nova Voyo.cz (http://voyo.nova.cz/)

Také viz. 37

./tv-dl -q list http://voyo.nova.cz/product/deti/51249-rosa-a-dara-a-jejich-velka-dobrodruzstvi
Traceback (most recent call last):
  File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
    h.request(req.get_method(), req.selector, req.data, headers)
  File "/usr/lib/python3.5/http/client.py", line 1106, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request
    self.endheaders(body)
  File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
    self.send(msg)
  File "/usr/lib/python3.5/http/client.py", line 877, in send
    self.connect()
  File "/usr/lib/python3.5/http/client.py", line 849, in connect
    (self.host,self.port), self.timeout, self.source_address)
  File "/usr/lib/python3.5/socket.py", line 693, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.5/socket.py", line 732, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./tv-dl", line 131, in <module>
    downloader.main()
  File "./tv-dl", line 29, in main
    e = self.get_engine(self.args.URL)[2](self.args.URL)
  File "/windows/Users/Slune/job/test/tv-dl/engines/nova.py", line 24, in __init__
    self.get_playlist()
  File "/windows/Users/Slune/job/test/tv-dl/engines/nova.py", line 66, in get_playlist
    playlist = urlopen(playlist_url).read().decode('utf-8')
  File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 466, in open
    response = self._open(req, data)
  File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
    '_open', req)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 1282, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>

Show Jana Krause (http://www.iprima.cz/showjanakrause/videoarchiv)

iprima odstranila videoarchiv

TV Barrandov Archív (http://barrandov.tv/video)

Nenašel jsem žádné free video

TV Prima Videoarchiv (http://www.iprima.cz/videoarchiv/)

./tv-dl http://play.iprima.cz/ano-sefe/ano-sefe-v-7
Traceback (most recent call last):                                                        
  File "./tv-dl", line 131, in <module>
    downloader.main()
  File "./tv-dl", line 29, in main
    e = self.get_engine(self.args.URL)[2](self.args.URL)
  File "/windows/Users/Slune/job/test/tv-dl/engines/prima.py", line 27, in __init__
    self.parms = json.loads(re.findall(r'var embed_here.+ = (\{.+\});', self.page)[0])
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant