This commit is contained in:
Your Name 2022-12-16 08:36:48 -05:00
parent 6113115fb6
commit d3889f3cd3
2 changed files with 5698 additions and 1 deletions

View file

@ -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)

File diff suppressed because one or more lines are too long