1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[coub] Add extractor (Closes #9609)

This commit is contained in:
Sergey M․
2016-05-27 23:34:58 +06:00
parent f36532404d
commit 11c70deba7
2 changed files with 140 additions and 0 deletions

View File

@ -143,6 +143,7 @@ from .cnn import (
CNNBlogsIE,
CNNArticleIE,
)
from .coub import CoubIE
from .collegerama import CollegeRamaIE
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
from .comcarcoff import ComCarCoffIE