1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-22 09:05:41 +07:00

[wimp] minor readability improvements (#940)

This commit is contained in:
Philipp Hagemeister
2013-06-26 18:22:26 +02:00
3 changed files with 39 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
from .vevo import VevoIE
from .vimeo import VimeoIE
from .vine import VineIE
from .wimp import WimpIE
from .worldstarhiphop import WorldStarHipHopIE
from .xhamster import XHamsterIE
from .xnxx import XNXXIE
@@ -134,6 +135,7 @@ def gen_extractors():
JukeboxIE(),
TudouIE(),
CSpanIE(),
WimpIE(),
GenericIE()
]