links.append(items)
                  
                  
                      print(items)
                  
                  
                  
                  
                  
                  Getting this:
                  
                  
                  Traceback (most recent call last):
                  
                  
                    File "takanime_scraper.py", line 49, in <module>
                  
                  
                      for items in re.findall(pattern, str(soup)).group(1):
                  
                  
                  AttributeError: 'list' object has no attribute 'group'
                  
                  
                  How do I fix it?
                  
                  
                
Is your regex right ?
Обсуждают сегодня