mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[pinterest] Add extractor (closes #25747)
This commit is contained in:
parent
f23eceebbf
commit
c4cabf040e
2 changed files with 180 additions and 0 deletions
|
@ -844,6 +844,10 @@ from .picarto import (
|
|||
)
|
||||
from .piksel import PikselIE
|
||||
from .pinkbike import PinkbikeIE
|
||||
from .pinterest import (
|
||||
PinterestIE,
|
||||
PinterestCollectionIE,
|
||||
)
|
||||
from .pladform import PladformIE
|
||||
from .platzi import (
|
||||
PlatziIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue