• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 7
Release Dumpert.nl Video-Addon (dutch)
#31
http://lauris.nl/dumpert_utils.py
Reply
#32
v1.0.6 (Sunday, 03 may 2015) :
- adjustments due to more changes in the website: cookiefirewall circumvented by using different http-getter (requests)

I have made a v1.0.6 version, but forgot to include requests in the dependencies of the addon. v1.0.7 should fix that and should be available in a day or two.

v1.0.7 (Tuesday, 05 may 2015) :
- fixing 1.0.6: added requests to requirements
Reply
#33
Works nicely again.
Thanks!
Reply
#34
Indeed, works again like a charm. Many thanks!
Reply
#35
Great work, thanks!
Reply
#36
Seems to be broken again? I'm getting a script error.
Reply
#37
v1.0.9 (Friday, 14 august 2015) :
- added youtube as a dependency
- added some utf8 stuff

v1.0.8 (Monday, 18 may 2015) :
- small fix for checking video_url
Reply
#38
Am I the only one with this add-on being broken?
Reply
#39
Works fine for me. Are you on the latest version? Or perhaps the site had a hick-up, but I checked (through the addon) 5 mins ago and it was fine.
Reply
#40
Yes, I still have the problem.
This is a snippet of my log:


cls._register_osrandom_engine()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 70, in _register_osrandom_engine
raise RuntimeError("osrandom engine already registered")
RuntimeError: osrandom engine already registered
-->End of Python script error report<--
21:02:04 T:140459546957888 ERROR: GetDirectory - Error getting plugin://plugin.video.dumpert/
21:02:04 T:140459546957888 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.dumpert/) failed
21:02:04 T:140456737310464 NOTICE: Thread BackgroundLoader start, auto delete: false
...skipping...
File "/home/michiel/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 53, in <module>
from .packages.urllib3.contrib import pyopenssl
File "/home/michiel/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/contrib/pyopenssl.py", line 54, in <module>
import OpenSSL.SSL
File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/lib/python2.7/dist-packages/OpenSSL/rand.py", line 11, in <module>
from OpenSSL._util import (
File "/usr/lib/python2.7/dist-packages/OpenSSL/_util.py", line 7, in <module>
binding = Binding()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 63, in __init__
self._ensure_ffi_initialized()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 95, in _ensure_ffi_initialized
cls._register_osrandom_engine()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 70, in _register_osrandom_engine
raise RuntimeError("osrandom engine already registered")
RuntimeError: osrandom engine already registered
-->End of Python script error report<--
21:02:04 T:140459546957888 ERROR: GetDirectory - Error getting plugin://plugin.video.dumpert/
21:02:04 T:140459546957888 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.dumpert/) failed
21:02:04 T:140456737310464 NOTICE: Thread BackgroundLoader start, auto delete: false
...skipping...
File "/home/michiel/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 53, in <module>
from .packages.urllib3.contrib import pyopenssl
File "/home/michiel/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/contrib/pyopenssl.py", line 54, in <module>
import OpenSSL.SSL
File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/lib/python2.7/dist-packages/OpenSSL/rand.py", line 11, in <module>
from OpenSSL._util import (
File "/usr/lib/python2.7/dist-packages/OpenSSL/_util.py", line 7, in <module>
binding = Binding()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 63, in __init__
self._ensure_ffi_initialized()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 95, in _ensure_ffi_initialized
cls._register_osrandom_engine()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 70, in _register_osrandom_engine
raise RuntimeError("osrandom engine already registered")
RuntimeError: osrandom engine already registered
-->End of Python script error report<--
21:02:04 T:140459546957888 ERROR: GetDirectory - Error getting plugin://plugin.video.dumpert/
21:02:04 T:140459546957888 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.dumpert/) failed
21:02:04 T:140456737310464 NOTICE: Thread BackgroundLoader start, auto delete: false[/quote]
Reply
#41
I'm on lubuntu 15.10
Probably the reason of the error.

This page https://github.com/hippojay/plugin.video...issues/123
advices to do:
sudo mv /usr/lib/python2.7/dist-packages/cryptography /usr/lib/python2.7/dist-packages/cryptography.old

And it worked :-)
Reply
#42
v1.1.0 (2016-02-17):
- changed the listing and playing of videos
- The contextual menu item 'Play from here' is available now, it queues all the videos in the list from a certain point
- updated to latest requirements for a Kodi-addon
- changed fanart
- added fanart-blurred
Reply
#43
(2016-02-21, 06:41)Skipmode A1 Wrote: v1.1.0 (2016-02-17):
- changed the listing and playing of videos
- The contextual menu item 'Play from here' is available now, it queues all the videos in the list from a certain point
- updated to latest requirements for a Kodi-addon
- changed fanart
- added fanart-blurred
Harstikke bedankt, or many thanks for the great work!!!!
Reply
#44
Heya Skipmode (and others),

I posted a pull request on github.

I fixed the following:
  • Enable/disable NSFW in addon settings (and show them, when enabled)
  • Add the "Floppers"-page to the menu
  • When you request the info of a video, you will get the description that comes with the video.
  • Added a Search option, to look up that one clip
Reply
#45
Great, thanks!

Any more pull request coming, btw?
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
Dumpert.nl Video-Addon (dutch)0