mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 18:49:06 -07:00
[chirbit] Simplify and extract profile from RSS (#5032)
This commit is contained in:
parent
543ec2136b
commit
a65d4e7f14
2 changed files with 53 additions and 65 deletions
|
@ -63,7 +63,10 @@ from .ccc import CCCIE
|
|||
from .ceskatelevize import CeskaTelevizeIE
|
||||
from .channel9 import Channel9IE
|
||||
from .chilloutzone import ChilloutzoneIE
|
||||
from .chirbit import ChirbitIE, ChirbitProfileIE
|
||||
from .chirbit import (
|
||||
ChirbitIE,
|
||||
ChirbitProfileIE,
|
||||
)
|
||||
from .cinchcast import CinchcastIE
|
||||
from .clipfish import ClipfishIE
|
||||
from .cliphunter import CliphunterIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue