timendum / raiplaysound

GNU General Public License v3.0
29 stars 11 forks source link

Add support for Hevreka podcast #12

Closed tekvsakdan closed 1 year ago

tekvsakdan commented 1 year ago

Can you add support for https://www.raiplaysound.it/programmi/hevreka? I tried to generate xml but it failed

$ python3 single.py https://www.raiplaysound.it/programmi/hevreka
Skipped programmi: https://www.raiplaysound.it/programmi/hevreka (programmi radio)
tekvsakdan commented 1 year ago

I have removed the "programmi radio"in the code and it works now. I don't think single.pyneeds this restriction.

timendum commented 1 year ago

The script already handles this case with an option

You should run

single.py --programma https://www.raiplaysound.it/programmi/hevreka

On Tue, Jun 6, 2023, 15:28 tekvsakdan @.***> wrote:

I have removed the "programmi radio" in the code and it works now. I don't think single.py needs this restriction.

— Reply to this email directly, view it on GitHub https://github.com/timendum/raiplaysound/issues/12#issuecomment-1578773391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDXHAFAVJEWHBXR6KADVDXJ4WBVANCNFSM6AAAAAAY4DQ3EY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tekvsakdan commented 1 year ago

Thanks. It works like a charm.