Skip to content

Commit

Permalink
upgrade scraper: Wubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Sep 3, 2024
1 parent a73ac2c commit e954a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distros/wubuntu/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def init():

values = []
regexp_version = re.compile(r'-(\d+\.\d+(\.\d+)?)-')
regexp_version = re.compile(r'(\d+\.\d+(\.\d+)?)-')
url_base = 'https://sourceforge.net/projects/windows-ubuntu/files/'

for iso_url in get.urls(url_base, recurse=True, add_base=False):
Expand Down

0 comments on commit e954a6d

Please sign in to comment.