Browse Source

[movingimage] Adapt to the new domain name and fix extraction

Closes #10466
totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
05d4612947
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
3 changed files with 17 additions and 17 deletions
  1. +6
    -0
      ChangeLog
  2. +1
    -1
      youtube_dl/extractor/extractors.py
  3. +10
    -16
      youtube_dl/extractor/movingimage.py

+ 6
- 0
ChangeLog View File

@ -1,3 +1,9 @@
version <unreleased>
Extractors
* [movingimage] Fix for the new site name (#10466)
version 2016.08.31
Extractors


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

@ -486,6 +486,7 @@ from .motherless import MotherlessIE
from .motorsport import MotorsportIE
from .movieclips import MovieClipsIE
from .moviezine import MoviezineIE
from .movingimage import MovingImageIE
from .msn import MSNIE
from .mtv import (
MTVIE,
@ -806,7 +807,6 @@ from .srgssr import (
SRGSSRPlayIE,
)
from .srmediathek import SRMediathekIE
from .ssa import SSAIE
from .stanfordoc import StanfordOpenClassroomIE
from .steam import SteamIE
from .streamable import StreamableIE


youtube_dl/extractor/ssa.py → youtube_dl/extractor/movingimage.py View File


Loading…
Cancel
Save