bandcamp
This commit is contained in:
parent
6113115fb6
commit
d3889f3cd3
2 changed files with 5698 additions and 1 deletions
|
@ -74,7 +74,7 @@ class BandcampTestCase(TestCase):
|
||||||
self.assertEqual(site.url, t_url2)
|
self.assertEqual(site.url, t_url2)
|
||||||
self.assertEqual(site.id_value, t_id_value)
|
self.assertEqual(site.id_value, t_id_value)
|
||||||
|
|
||||||
# @use_local_response
|
@use_local_response
|
||||||
def test_scrape(self):
|
def test_scrape(self):
|
||||||
t_url = 'https://intlanthem.bandcamp.com/album/in-these-times?from=hpbcw'
|
t_url = 'https://intlanthem.bandcamp.com/album/in-these-times?from=hpbcw'
|
||||||
site = SiteManager.get_site_by_url(t_url)
|
site = SiteManager.get_site_by_url(t_url)
|
||||||
|
|
5697
test_data/https___intlanthem_bandcamp_com_album_in_these_times
Normal file
5697
test_data/https___intlanthem_bandcamp_com_album_in_these_times
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue