File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "raiplaysound"
77authors = [
88 {name = " Timendum" }
99]
10- version = " 0.7.0 "
10+ version = " 0.7.1 "
1111description = " Podcast generator for RaiPlay Sound"
1212readme = " README.md"
1313requires-python = " >=3.12"
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ class RaiParser:
6262 verbose Print the output of the processing
6363 """
6464
65- session = httpx .Client (timeout = REQ_TIMEOUT ) # To reuse connections in all instances
65+ session = httpx .Client (
66+ timeout = REQ_TIMEOUT ,
67+ headers = {
68+ "User-Agent" : "Mozilla/5.0 (Linux; Android 16; SM-A065M Build/BP2A.250605.031.A3) "
69+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.7499.146 Mobile Safari/537.36"
70+ },
71+ ) # To reuse connections in all instances
6672
6773 def __init__ (
6874 self ,
You can’t perform that action at this time.
0 commit comments