1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-23 22:05:49 +00:00

[pinterest] Add extractor (closes #25747)

This commit is contained in:
Sergey M․
2020-11-22 05:04:01 +07:00
parent f23eceebbf
commit c4cabf040e
2 changed files with 180 additions and 0 deletions
+4
View File
@@ -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,