1 Commits

Author SHA1 Message Date
Jessie C
39cd85c27e • New extractor for porn site ThisVid. By contrast with other extractors, it requires JavaScript in order to determine the video URL. That is why it uses Selenium (license Apache 2). The Generic extractor was already capable to download many of the videos but only in 240p.
• Selenium requires the installation of a free webdriver (see https://pypi.python.org/pypi/selenium ), except for Safari 10+
• Added new option --browser in the command line to indicate the desired browser. It defaults to Safari on the Mac and Chrome elsewhere. NOTE that I have only tested Safari and Chrome until now, though Selenium is compatible with 'firefox', 'edge', 'ie',  'opera', 'webkitgtk', 'android'
• ThisVid can detect several common errors like a deleted file or insufficient privileges
• ThisVid does not support authentication yet
2018-03-28 12:46:55 +02:00