diff options
| author | Remita Amine <remitamine@gmail.com> | 2019-12-04 17:20:53 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2019-12-04 17:20:53 +0100 | 
| commit | 3ae878605dd28461896e62f56e20bc50336c45bd (patch) | |
| tree | bb1d4b957853b209fb22754f878cd275fc3386c0 /youtube_dl/extractor/extractors.py | |
| parent | 22974a378273bb43641813b0ec97d0dff1248d48 (diff) | |
[ufctv] fix extraction and add support for UFC Arabia(closes #23312)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 465d9d364..74bf58f38 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1234,7 +1234,10 @@ from .udemy import (      UdemyCourseIE  )  from .udn import UDNEmbedIE -from .ufctv import UFCTVIE +from .ufctv import ( +    UFCTVIE, +    UFCArabiaIE, +)  from .uktvplay import UKTVPlayIE  from .digiteka import DigitekaIE  from .dlive import ( | 
