Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

The video retrieving is broken #11

Closed
Minos opened this issue Oct 28, 2013 · 1 comment
Closed

The video retrieving is broken #11

Minos opened this issue Oct 28, 2013 · 1 comment

Comments

@Minos
Copy link

Minos commented Oct 28, 2013

The website seems to have changed its interface and arteVIDEOS doesn’t manage to get videos anymore : here’s what happens when I try to download :

arteVIDEOS> url 1
:: Retrieving video info
Traceback (most recent call last):
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 886, in
main()
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 859, in main
MyCmd(options).cmdloop()
File "/usr/lib/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
return func(arg)
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 370, in do_url
print video.rtmp_url
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 111, in rtmp_url
self.get_data()
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 91, in get_data
self._rtmp_url, self._player_url, self._info = get_rtmp_url(self.url, quality=self.options.quality, lang=self.options.lang)
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 616, in get_rtmp_url
info = extract_info(soup)
File "/home/simon/.local/src/arteVIDEOS/arteVIDEOS.py", line 679, in extract_info
for i in rtc.div.findAll('p'):
AttributeError: 'NoneType' object has no attribute 'div'

@solsticedhiver
Copy link
Owner

I have uploaded a new version that fix this

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants