mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-28 22:24:34 +01:00
[extractor/JdItemVideo] Add Extractor. To extract the video links from a JD.com product page
This commit is contained in:
parent
a2be9781fb
commit
98a3cb0823
1 changed files with 3 additions and 0 deletions
|
@ -879,6 +879,9 @@ from .japandiet import (
|
|||
SangiinInstructionIE,
|
||||
SangiinIE,
|
||||
)
|
||||
|
||||
from .jditemvideo import JdItemVideoIE
|
||||
|
||||
from .jeuxvideo import JeuxVideoIE
|
||||
from .jove import JoveIE
|
||||
from .joj import JojIE
|
||||
|
|
Loading…
Reference in a new issue