View Single Post
  #1  
Old 09.09.2019, 20:59
Derp Derp is offline
JD VIP
 
Join Date: Oct 2011
Posts: 336
Default ORF TVthek - Redirect bei Download von HLS-Stream schlägt fehl

Beispiel: **External links are only visible to Support Staff****External links are only visible to Support Staff**

Beim Download eines HLS-Streams wird ein Redirect des Webservers als Fehler erkannt und der Download wird abgebrochen, anstatt dem Redirect zu folgen.

Spoiler:
Code:
--ID:911TS:1568051542148-9/9/19 7:52:22 PM -  [jd.http.Browser(openRequestConnection)] -> 
Caller: org.jdownloader.plugins.components.hls.HlsContainer.getHlsQualities(HlsContainer.java:55)
jd.plugins.hoster.ORFMediathek.download(ORFMediathek.java:180)
jd.plugins.hoster.ORFMediathek.handleFree(ORFMediathek.java:157)
jd.plugins.PluginForHost.handle(PluginForHost.java:1166)
jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:419)
jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:598)
BrowserID:211|BrowserParentID:210|RequestID:1|URL:**External links are only visible to Support Staff**
----------------Request Information-------------
URL: **External links are only visible to Support Staff**
SSLCipher: BC:TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
ConnectIP: apasfiis.sf.apa.at/185.85.29.129:443
Connection-Timeout: 10000ms
Read-Timeout: 30000ms
----------------Request-------------------------
GET /ipad/cms-worldwide/2019-09-08_2150_tl_02_ZIB-2-am-Sonnta_Rede-vor-Identi__14025303__o__1172241691__s14556051_1__ORF2HD_21571106P_22001504P_Q8C.mp4/playlist.m3u8 HTTP/1.1
Host: apasfiis.sf.apa.at
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0
Accept: */*
Accept-Language: de,en-gb;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br
Cache-Control: no-cache

----------------Response Information------------
Connection-Time: 110ms
Request-Time: 14ms
----------------Response------------------------
HTTP/1.1 302 Found
Date: Mon, 09 Sep 2019 17:52:21 GMT
Server: Varnish
X-Varnish: ......
Location: /cms-worldwide_nas/_definst_/nas/cms-worldwide/online/2019-09-08_2150_tl_02_ZIB-2-am-Sonnta_Rede-vor-Identi__14025303__o__1172241691__s14556051_1__ORF2HD_21571106P_22001504P_Q8C.mp4/playlist.m3u8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: OPTIONS, GET
Access-Control-Allow-Headers: Authorization
Content-Length: 0
Connection: keep-alive
------------------------------------------------


--ID:911TS:1568051542149-9/9/19 7:52:22 PM -  [jd.http.Browser(loadConnection)] -> 
BrowserID:211|RequestID:1|URL:**External links are only visible to Support Staff**
----------------Request Content-------------
Not HTML Code. Redirect to: **External links are only visible to Support Staff**

--ID:911TS:1568051542149-9/9/19 7:52:22 PM -  [] -> Exception thrown at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:424):
jd.plugins.PluginException: ERROR_PLUGIN_DEFECT|Value:-1
	at jd.plugins.hoster.ORFMediathek.download(ORFMediathek.java:182)
	at jd.plugins.hoster.ORFMediathek.handleFree(ORFMediathek.java:157)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:1166)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:419)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:598)


Bei den HDS-Varianten tritt kein Fehler auf.
Reply With Quote