[naver] support video downloads (#7395)
and fix 'date' for posts newer than 24h - fix naver blogposts directory error for posts created less than 24 hours ago - add support for videos on naver blogs - refactor to remove unnecessary imports - fix video url scraping method - rework date handling - rework video extraction - add 'videos' option - add test
This commit is contained in:
@@ -3437,6 +3437,16 @@ Description
|
||||
Note: Not supported by all ``moebooru`` instances.
|
||||
|
||||
|
||||
extractor.naver.videos
|
||||
----------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Download videos.
|
||||
|
||||
|
||||
extractor.newgrounds.flash
|
||||
--------------------------
|
||||
Type
|
||||
|
||||
@@ -420,6 +420,10 @@
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"naver":
|
||||
{
|
||||
"videos": true
|
||||
},
|
||||
"newgrounds":
|
||||
{
|
||||
"username": "",
|
||||
|
||||
Reference in New Issue
Block a user