Browse Source

Actually add the extractor

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

+ 1
- 1
youtube_dl/extractor/__init__.py View File

@ -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