mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ie/radiofrance] Add support for livestreams, podcasts, playlists (#7006)
Closes #4282 Authored by: elyse0
This commit is contained in:
		| @@ -1555,7 +1555,14 @@ from .radiocanada import ( | ||||
| from .radiode import RadioDeIE | ||||
| from .radiojavan import RadioJavanIE | ||||
| from .radiobremen import RadioBremenIE | ||||
| from .radiofrance import FranceCultureIE, RadioFranceIE | ||||
| from .radiofrance import ( | ||||
|     FranceCultureIE, | ||||
|     RadioFranceIE, | ||||
|     RadioFranceLiveIE, | ||||
|     RadioFrancePodcastIE, | ||||
|     RadioFranceProfileIE, | ||||
|     RadioFranceProgramScheduleIE, | ||||
| ) | ||||
| from .radiozet import RadioZetPodcastIE | ||||
| from .radiokapital import ( | ||||
|     RadioKapitalIE, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Elyse
					Elyse