Skip to content

Commit 143e2b1

Browse files
committed
Fix for Mediux
1 parent 3040da1 commit 143e2b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

artwork_uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# ----------------------------------------------
4040
# Important for autoupdater
41-
current_version = "v0.3.5-beta"
41+
current_version = "v0.3.6-beta"
4242
# ----------------------------------------------
4343

4444
if sys.version_info[0] != 3 or sys.version_info[1] < 10:

mediux_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def scrape(self):
2727

2828
self.soup = soup_utils.cook_soup(self.url)
2929

30-
base_url = "https://mediux.pro/_next/image?url=https%3A%2F%2Fapi.mediux.pro%2Fassets%2F"
30+
base_url = "https://api.mediux.pro/assets/"
3131
quality_suffix = "&w=3840&q=80"
3232
scripts = self.soup.find_all('script')
3333
media_type = None

0 commit comments

Comments
 (0)