Skip to content

Commit 9a7846d

Browse files
committed
WIP
1 parent fd7752d commit 9a7846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Providers/Addic7ed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ private async Task<List<SearchResultItem>> GetDetails(List<SearchResultItem> res
385385
for (var rowIndex = 2; (rowIndex + 1) < rows.Length; rowIndex += 2)
386386
{
387387
bool addItem = false;
388-
var row1Downloads = rows[rowIndex].QuerySelectorAll("a.buttonDownload");
388+
var row1Downloads = rows[rowIndex].QuerySelectorAll("a.face-button");
389389
if (row1Downloads.Length < 1) continue;
390390

391391
var row1Language = rows[rowIndex].QuerySelector("td.language");

0 commit comments

Comments
 (0)