This website works better with JavaScript.
Home
Explore
Help
Sign In
lisper
/
webfeed
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bad import
master
Wito Chandra
7 years ago
parent
efa6188bdd
commit
f417682e38
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/domain/rss_content.dart
+1
-1
lib/domain/rss_source.dart
+ 1
- 1
lib/domain/rss_content.dart
View File
@@ -1,4 +1,4 @@
import 'package:xml/xml
/nodes/element
.dart';
import 'package:xml/xml.dart';
final _imagesRegExp = new RegExp(
"<img\\s.*?src=(?:'|\")([^'\">]+)(?:'|\")",
+ 1
- 1
lib/domain/rss_source.dart
View File
@@ -1,4 +1,4 @@
import 'package:xml/xml
/nodes/element
.dart';
import 'package:xml/xml.dart';
class RssSource {
final String url;
Write
Preview
Loading…
Cancel
Save