mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-06 03:39:51 +01:00
rutracker website change
This commit is contained in:
@@ -123,8 +123,8 @@ class Rutracker():
|
||||
urls.append(url)
|
||||
|
||||
# Seeders
|
||||
|
||||
for link in soup.find_all('td', attrs={'class' : 'row4 seedmed'}):
|
||||
|
||||
for link in soup.find_all('b', attrs={'class' : 'seedmed'}):
|
||||
seeder = link.get_text()
|
||||
seeders.append(seeder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user