Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: inst/download_default_easylist_subscriptions.sh

Issue 29336289: devbuild
Patch Set: Created Feb. 12, 2016, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « R/filter_devbuilds.R ('k') | inst/download_devbuilds_list.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inst/download_default_easylist_subscriptions.sh
diff --git a/inst/download_default_easylist_subscriptions.sh b/inst/download_default_easylist_subscriptions.sh
new file mode 100755
index 0000000000000000000000000000000000000000..6a744b2c863216826e9af788db8a511f49f2f508
--- /dev/null
+++ b/inst/download_default_easylist_subscriptions.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# downloads the current list of easylist subscriptions that can be default in adblockplus
+wget --quiet -O - https://hg.adblockplus.org/adblockplus/raw-file/tip/chrome/content/ui/subscriptions.xml | grep 'url="' | cut -d '/' -f 4 | sed 's/"//g' | sed 's/^/\//g'
« no previous file with comments | « R/filter_devbuilds.R ('k') | inst/download_devbuilds_list.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld