|
|
|
@ -39,7 +39,7 @@ async def parse_prayer_times(url: str) -> List[PrayerTimes]:
|
|
|
|
|
|
|
|
|
|
|
|
def make_location_url(location_id: int) -> str:
|
|
|
|
def make_location_url(location_id: int) -> str:
|
|
|
|
url = f'https://namazvakitleri.diyanet.gov.tr/en-US/{location_id}'
|
|
|
|
url = f'https://namazvakitleri.diyanet.gov.tr/en-US/{location_id}'
|
|
|
|
return f'https://proxy.abdusco.workers.dev?url={quote(url)}'
|
|
|
|
return url
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
async def get_prayer_times(location_id: int) -> List[PrayerTimes]:
|
|
|
|
async def get_prayer_times(location_id: int) -> List[PrayerTimes]:
|
|
|
|
|