diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9ffb7dfe..f32ba5a1 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -154,7 +154,7 @@ SPEC CHECKSUMS: shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695 sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec synced_shared_preferences: f722742b06d65c7315b8e9f56b794c9fbd5597f7 - url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812 + url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586 wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f webview_flutter_wkwebview: be0f0d33777f1bfd0c9fdcb594786704dbf65f36 workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6 diff --git a/lib/repositories/hacker_news_web_repository.dart b/lib/repositories/hacker_news_web_repository.dart index 641530be..87bb2557 100644 --- a/lib/repositories/hacker_news_web_repository.dart +++ b/lib/repositories/hacker_news_web_repository.dart @@ -99,7 +99,7 @@ class HackerNewsWebRepository { static const String _athingComtrSelector = '#hnmain > tbody > tr > td > table > tbody > .athing.comtr'; static const String _commentTextSelector = - '''td > table > tbody > tr > td.default > div.comment'''; + '''td > table > tbody > tr > td.default > div.comment > div.commtext'''; static const String _commentHeadSelector = '''td > table > tbody > tr > td.default > div > span > a'''; static const String _commentAgeSelector = diff --git a/pubspec.yaml b/pubspec.yaml index df5c4b70..1e92efbb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hacki description: A Hacker News reader. -version: 2.7.2+140 +version: 2.7.3+141 publish_to: none environment: