aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorscil <scil.zc@gmail.com>2018-01-11 20:35:09 +0800
committerChih-Hsuan Yen <yan12125@gmail.com>2018-01-11 20:35:09 +0800
commita90641fe87d62936b717b9c2fdbe453578b441ed (patch)
tree82e373a92004a124ea13ddaeda679a8c50a3aa9e /youtube_dl/extractor/extractors.py
parent1b79daffd965fcb3776e8304bd393db6573b50ea (diff)
downloadyoutube-dl-a90641fe87d62936b717b9c2fdbe453578b441ed.tar.xz
[ximalaya_extractor] Add new extractor ximalaya (#14687)
* [ximalaya_extractor] Add new extractor * format change according by flake8 * changes accoring to review by @yan12125 at github pull #14687 * change %d to %s in a temp str * seond changes accoring to review by @yan12125 at github pull #1468 * improve TESTS about contains * changes accoring to third review by @yan12125 at github pull #1468 * forth changes accoring to forth review by @yan12125 at github pull #1468
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 3bfd1b7ed..37624d37a 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1328,6 +1328,10 @@ from .xiami import (
XiamiArtistIE,
XiamiCollectionIE
)
+from .ximalaya import (
+ XimalayaIE,
+ XimalayaAlbumIE
+)
from .xminus import XMinusIE
from .xnxx import XNXXIE
from .xstream import XstreamIE