diff options
| -rw-r--r-- | itunes.apple.com.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/itunes.apple.com.txt b/itunes.apple.com.txt new file mode 100644 index 0000000..ffd9556 --- /dev/null +++ b/itunes.apple.com.txt @@ -0,0 +1,14 @@ +body: //div[@id='left-stack' or contains(@class, 'center-stack')] + +find_string: class="artwork" src=" +replace_string: class="artwork" src-disabled=" +find_string: src-swap-high-dpi=" +replace_string: src=" + +strip_id_or_class: rating +strip_id_or_class: listeners-also-bought + +prune: no + +test_url: https://itunes.apple.com/us/rss/topaudiobooks/limit=10/xml +test_url: https://itunes.apple.com/us/audiobook/the-giver-unabridged/id356345850
\ No newline at end of file |
