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

Ciertos enlaces de Atresplayer devuelven "URL obtenido correctamente" y el valor de url_video es "NULL" #131

Closed
bdovaz opened this issue May 30, 2014 · 4 comments
Assignees
Labels

Comments

@bdovaz
Copy link

bdovaz commented May 30, 2014

Un ejemplo:

http://www.pydowntv.com/api/http://www.atresplayer.com/television/series/downton-abbey/temporada4/capitulo-4-captulo_2014052800212.html

No se si es algo en concreto de esta serie pero te lo pongo por si es extrapolable a alguna condición que no has tenido en cuenta.

Un saludo!

@aabilio
Copy link
Owner

aabilio commented May 30, 2014

Le echaré un ojo en cuanto pueda..

@stamaty
Copy link

stamaty commented Jun 1, 2014

Con esa serie en concreto, lo que a mi me devuelve A tres player, tanto si le doy al play como si me logeo como si no (desde la web) es lo siguente:

enlace:
http://www.atresplayer.com/television/series/downton-abbey/temporada4/capitulo-4-captulo_2014052800212.html
Mensaje:
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.

No se si estoy preguntando en el lugar correcto, lo que me pasa no es con la app, es directamente en la web. A la gente le funciona últimamente pydown con atresplayer?

@ghost
Copy link

ghost commented Jun 1, 2014

yo lo accbo de resvisar y en el android se me ve en la web con use normal
no se, da errores esa serie en concreto. el resto de la sexta y antena3, se
ve su enlace en chrome.

incluso con wifi se corta la serie y da error.

yo creo que es cosa suya.

rodrigo

On Sun, Jun 1, 2014 at 4:25 PM, stamaty notifications@github.com wrote:

Con esa serie en concreto, lo que a mi me devuelve A tres player, tanto si
le doy al play como si me logeo como si no (desde la web) es lo siguente:

enlace:

http://www.atresplayer.com/television/series/downton-abbey/temporada4/capitulo-4-captulo_2014052800212.html
Mensaje:
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.

No se si estoy preguntando en el lugar correcto, lo que me pasa no es con
la app, es directamente en la web. A la gente le funciona últimamente
pydown con atresplayer?


Reply to this email directly or view it on GitHub
#131 (comment).

@aabilio aabilio added the bug label Jun 4, 2014
@aabilio aabilio self-assigned this Jun 4, 2014
@aabilio
Copy link
Owner

aabilio commented Jun 4, 2014

He estado viendo, y null es lo que devuelve el propio atresplayer:

{u'resultDes': u'OK', u'result': 0, u'resultObject': {u'es': None, u'vo': None}} 

Quizá es por el DRM (http://servicios.atresplayer.com/episode/get?episodePk=20140528-EPISODE-00008-false):

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<episode>
<type>FREE</type>
<urlImage>
http://www.atresplayer.com//clipping/2014/05/28/00200/7.jpg
</urlImage>
<sectionPath>
;80000000. ;80000608. ;80000001. ;80001270. ;80001271. ;80001271.:
</sectionPath>
<sectionId>80001271</sectionId>
<channelId>36</channelId>
<pagePk>20140528-PAGE-00212-true</pagePk>
<titleSection>Downton Abbey</titleSection>
<canal>
<name>Antena.Nova</name>
<id>36</id>
<cssClass>nova</cssClass>
</canal>
<urlXmlData>
80000608/80000001/80001270/80001271/2014/05/28/2D740365-8A59-4D7F-8C66-B40501E64F67.xml
</urlXmlData>
<wowzaPath>
assets3/2014/05/28/2D740365-8A59-4D7F-8C66-B40501E64F67//
</wowzaPath>
<urlNew>
http://www.atresplayer.com/television/series/downton-abbey/temporada4/capitulo-4-captulo_2014052800212.html
</urlNew>
<onMobileDisabled>false</onMobileDisabled>
<devicesWifiAllowed>false</devicesWifiAllowed>
<titleDetail>T4/C4/Capítulo 4</titleDetail>
<offlineLenght>756</offlineLenght>
<offlineFileName>20140528-EPISODE-00008-true_download.mp4</offlineFileName>
<geolocked>true</geolocked>
<drm>true</drm>
<subtitle>true</subtitle>
<hd>true</hd>
<lastChapter>true</lastChapter>
<vo>true</vo>
<trailer>false</trailer>
<offlineDownload>false</offlineDownload>
<oldChapter>false</oldChapter>
<sigra>false</sigra>
<sigraHD>false</sigraHD>
<episode>4</episode>
<category>TP</category>
<seoTitle>Capítulo 4</seoTitle>
<seoDescription>Downton Abbey c4</seoDescription>
<seoKeywords>Downton Abbey c4</seoKeywords>
<contentPk>20140528-EPISODE-00008-false</contentPk>
<name>Downton Abbey c4</name>
<title>Capítulo 4</title>
<codeWebIosPhone>447150</codeWebIosPhone>
<codeWebIosTable>447156</codeWebIosTable>
<codeWebAndroidPhone>447145</codeWebAndroidPhone>
<codeWebAndroidTablet>447151</codeWebAndroidTablet>
<codeWebWindows>447160</codeWebWindows>
<urlVideoData>
http://www.atresplayer.com/2014/05/28/2D740365-8A59-4D7F-8C66-B40501E64F67.xml
</urlVideoData>
<duration>2831</duration>
<urlSubtitle>
http://www.atresplayer.com/subtitles/80000608/80000001/80001270/80001271/2D740365-8A59-4D7F-8C66-B40501E64F67.srt
</urlSubtitle>
<token>2D740365-8A59-4D7F-8C66-B40501E64F67</token>
<drmEncrypted>true</drmEncrypted>
<offlineEncrypted>false</offlineEncrypted>
<legendFrames/>
<frames/>
</episode>

@aabilio aabilio closed this as completed Jun 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants