1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-06 17:37:08 +02:00

[extractor/JdItemVideo] Add Extractor. To extract the video links from a JD.com product page

This commit is contained in:
pikadoramon 2023-06-28 19:42:33 +08:00 committed by zhangzhanming
parent a2be9781fb
commit 98a3cb0823

View File

@ -879,6 +879,9 @@
SangiinInstructionIE,
SangiinIE,
)
from .jditemvideo import JdItemVideoIE
from .jeuxvideo import JeuxVideoIE
from .jove import JoveIE
from .joj import JojIE