amckee / PodTube

This is a fork of podtube.aquacash5.com's python application for converting Youtube playlists and channels into podcast RSS feeds. This fork adds the same functionality to Rumble and Bitchute.
BSD 2-Clause "Simplified" License
13 stars 3 forks source link

Handle Bitchute embedding Rumble Videos #5

Closed amckee closed 2 years ago

amckee commented 2 years ago

Some bitchute videos are within an iframe re-posting a video from rumble. Need to add code to handle this situation. Sample: https://www.bitchute.com/video/oI40rfSi1UiY/

amckee commented 2 years ago

https://github.com/amckee/PodTube/commit/160c9ab57e94093eb5cac80c81ad3aad2fff8d22

Fix implemented, but not all Podcast apps are okay with a video/audio file that doesn't have an appropriate extension. More work is needed.

amckee commented 2 years ago

if it's a rumble video embedded in bitchute, just use the rumble url instead. closing this.