Browse Source

Added init.py initializer

master
xavier 10 years ago
parent
commit
5c565ac9e7
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/__init__.py

1
youtube_dl/extractor/__init__.py

@ -20,6 +20,7 @@ from .arte import (
ArteTVDDCIE, ArteTVDDCIE,
ArteTVEmbedIE, ArteTVEmbedIE,
) )
from .audiomack import AudiomackIE
from .auengine import AUEngineIE from .auengine import AUEngineIE
from .bambuser import BambuserIE, BambuserChannelIE from .bambuser import BambuserIE, BambuserChannelIE
from .bandcamp import BandcampIE, BandcampAlbumIE from .bandcamp import BandcampIE, BandcampAlbumIE

Loading…
Cancel
Save