fix typo
This commit is contained in:
parent
2b003fed6c
commit
7988ec55e8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class BandcampAlbumScraper(AbstractScraper):
|
|||
data_class = Album
|
||||
form_class = AlbumForm
|
||||
|
||||
regex = re.compile(r"https://[a-zA-Z0-0\-\.]+/album/[^?#]+")
|
||||
regex = re.compile(r"https://[a-zA-Z0-9\-\.]+/album/[^?#]+")
|
||||
|
||||
def scrape(self, url, response=None):
|
||||
effective_url = self.get_effective_url(url)
|
||||
|
|
Loading…
Add table
Reference in a new issue