pyload / pyload

The free and open-source Download Manager written in pure Python
https://pyload.net
Other
3.34k stars 713 forks source link

[Plugin] ZDF.de is not working #3810

Closed OzzieIsaacs closed 3 years ago

OzzieIsaacs commented 4 years ago

Description

The hoster zdf is no longer detected and therefore the download fails. The format of the link has changed.

Example links:

https://www.zdf.de/serien/die-protokollantin/andere-gesetze-fuenfteilige-krimiserie-100.html

https://www.zdf.de/dokumentation/planet-e/planet-e-die-zukunftsmacherinnen-100.html

Debug log

26.10.2020 08:15:38 DEBUG   HOSTER BasePlugin[15]: DOWNLOAD URL https://www.zdf.de/serien/die-protokollantin/andere-gesetze-fuenfteilige-krimiserie-100.html | cookies=True | resume=None | get={} | disposition=True | chunks=None | post={} | ref=False
26.10.2020 08:15:38 DEBUG   Chunked with range 0-49032
26.10.2020 08:15:38 DEBUG   Chunked with range 49032-98064
26.10.2020 08:15:38 DEBUG   Chunked with range 98064-
26.10.2020 08:15:39 DEBUG   Chunk 2 failed: (61, 'Error while processing content unencoding: incorrect header check')
26.10.2020 08:15:39 DEBUG   Chunk 3 failed: (61, 'Error while processing content unencoding: incorrect header check')
26.10.2020 08:15:39 DEBUG   ADDON ExternalScripts: No script found under folder `download_processed`
26.10.2020 08:15:39 DEBUG   ADDON ExternalScripts: No script found under folder `package_processed`
26.10.2020 08:15:39 DEBUG   pycurl exception 61: Error while processing content unencoding: incorrect header check
26.10.2020 08:15:39 ERROR   pycurl error 61: Error while processing content unencoding: incorrect header check
?   ?   Traceback (most recent call last):
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/PluginThread.py", line 189, in run
?   ?   pyfile.plugin.preprocessing(self)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/plugins/internal/Base.py", line 291, in preprocessing
?   ?   return self._process(*args, **kwargs)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/plugins/internal/Hoster.py", line 118, in _process
?   ?   self.process(self.pyfile)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/plugins/hoster/Http.py", line 33, in process
?   ?   self.download(url, ref=False, disposition=True)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/plugins/internal/Hoster.py", line 308, in download
?   ?   disposition, resume, chunks)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/plugins/internal/Hoster.py", line 237, in _download
?   ?   status_notify=self._on_notification, disposition=disposition)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/network/Browser.py", line 89, in httpDownload
?   ?   name = self.dl.download(chunks, resume)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/network/HTTPDownload.py", line 130, in download
?   ?   self._download(chunks, resume)
?   ?   File "/home/ozzie/Entwicklung/pyload-web/module/network/HTTPDownload.py", line 263, in _download
?   ?   raise ex
?   ?   error: (61, 'Error while processing content unencoding: incorrect header check')
26.10.2020 08:15:39 INFO    Debug Report written to debug_BasePlugin_26-10-2020_08-15-39.zip
26.10.2020 08:15:39 DEBUG   ADDON ExternalScripts: No script found under folder `download_failed`
26.10.2020 08:15:39 INFO    ADDON UnSkipOnFail: Looking for skipped duplicates of: andere-gesetze-fuenfteilige-krimiserie-100.html (pid:8)
26.10.2020 08:15:39 INFO    ADDON UnSkipOnFail: No duplicates found 

Screenshots

Additional references

github-actions[bot] commented 1 month ago

This ticket has been automatically locked since there has not been any recent activity after it was closed.