aziezahmed / podcast-player

A Python command line podcast player
22 stars 3 forks source link

No support for video podcasts? #11

Open dvijdc opened 3 years ago

dvijdc commented 3 years ago

mpv can handle video files just as well, why restrict the link type to audio while parsing the feed entries? Also, the method to specifically target enclosures should used from feedparser module, not links (although this is not a major issue since you are controlling the link type (either audio as of now or audio or video if you accept the modification) and that would make sure that the code doesn't pick up a link that simply refers to the webpage of the episode).