Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Fixed ApkTrack being unable to get download links from the F-Droid so…
Browse files Browse the repository at this point in the history
…urce.

(#112, The website's layout had changed.)
  • Loading branch information
JusticeRage committed Nov 28, 2017
1 parent afa2e61 commit 513684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"packages": {
".*": {
"version": "<b>Version ([^<]+?)</b>",
"download_regexp": "<a href=\"([^\"]+?)\">Download APK</a>"
"download_regexp": "<a href=\"([^\"]+?)\">[ \t\n\r]*Download APK"
}
},
"autoselect_if": ["O=fdroid.org", "CN=Ciaran Gultnieks"]
Expand Down

0 comments on commit 513684c

Please sign in to comment.