|   | > Example: I want to get <http://some.url.com/0> and it 
> gets that plus everything besides that. Is there 
> anyway I can limit it to just getting items that 
have 
> <http://some.url.com/0> in the link?
First ensure that you started from the right link - 
that is, <http://some.url.com/0/> instead of 
<http://some.url.com/0> ? (engine / might solve the 
problem)
Then, use flters, such as:
-* +some.url.com/0*
or even (to catch additional .gif and other files)
-* +some.url.com/0* +*.gif +*.jpg +*.css +*.js
  |   |