mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-01 06:21:09 +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,
|
SangiinInstructionIE,
|
||||||
SangiinIE,
|
SangiinIE,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from .jditemvideo import JdItemVideoIE
|
||||||
|
|
||||||
from .jeuxvideo import JeuxVideoIE
|
from .jeuxvideo import JeuxVideoIE
|
||||||
from .jove import JoveIE
|
from .jove import JoveIE
|
||||||
from .joj import JojIE
|
from .joj import JojIE
|
||||||
|
|
Loading…
Reference in a new issue