1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

Remove TODO from arbitrary

529b85c7 implemented this, so it's good.
This commit is contained in:
David Lynch 2017-10-06 14:08:18 -05:00
parent 971398701f
commit d60c21cae3

View file

@ -16,12 +16,6 @@ Example JSON:
"content_selector": "#main .entry-content", "content_selector": "#main .entry-content",
"filter_selector": ".sharedaddy, .wpcnt, style" "filter_selector": ".sharedaddy, .wpcnt, style"
} }
TODO: implement a plain "Arbitrary" class, which only fetches a single
page's content. This is mainly held up on needing to refactor `matches`
slightly, so it can check whether arguments are present. (The noticeable
difference would be whether a `--toc` arg was given.)
""" """