willforde / script.module.codequick

Kodi addon framework
GNU General Public License v2.0
33 stars 6 forks source link

Add listitem.setContentLookup(False) - Fix Dailymotion HTTP 403 #23

Closed wwark closed 5 years ago

wwark commented 5 years ago

Do you think this change can have some strange behavior ?

Thank you, Wwark

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-1.2%) to 98.692% when pulling a5477b2ee44345634b6a5bbef23a0b145f7f097f on wwark:master into cb98ddc0142cb0a34e6834230103fc58d5206fc5 on willforde:master.

willforde commented 5 years ago

Sorry for the delay. That fix should work ok, but i'm not sure. So I have fixed it in a different way, ware it sets listitem.setContentLookup(False) only when a dailymotion video is detected. Thanks for the initial solution anyway. If you have any issues with it, let me know.

See. dafcdeb0c181085cb6cbc00e1a4966041eca0fd2

wwark commented 5 years ago

Thanks a lot @willforde !

For information the version number is not ok in the file "history.md" I close this PR.

Wwark.