This commit is contained in:
Hongbo Wu
2023-06-23 16:59:34 +08:00
parent a5ddc9aced
commit 978a21d160

View File

@ -252,7 +252,7 @@ export class NitterHandler extends ContentHandler {
if (classList.contains('more-replies')) {
const newUrl = item.querySelector('a')?.getAttribute('href')
if (!newUrl) {
console.error('new url', newUrl)
console.error('no new url', newUrl)
break
}