[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:
noxibow
2023-10-18 20:50:56 +09:00
committed by Mike Fährmann
parent abf39b60ef
commit 4c974debf5
4 changed files with 119 additions and 6 deletions

View File

@@ -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

View File

@@ -420,6 +420,10 @@
"username": "",
"password": ""
},
"naver":
{
"videos": true
},
"newgrounds":
{
"username": "",