Browse Source

Actually add the extractor

master
fnord 9 years ago
parent
commit
9e7e0dffd5
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/__init__.py

2
youtube_dl/extractor/__init__.py

@ -651,7 +651,7 @@ from .twitch import (
TwitchBookmarksIE,
TwitchStreamIE,
)
from .twitter import TwitterCardIE
from .twitter import TwitterCardIE, TwitterIE
from .ubu import UbuIE
from .udemy import (
UdemyIE,

Loading…
Cancel
Save