Quote:
Originally Posted by dwanthny
Thanks for the pointer. 
I am curious though, do wildcards work?
If they do what I wrote should return the print edition.
|
I am not a Python expert, so I'm not the one to ask. I've never tried to use wildcards outside of the regular expression context. All I can say is that I've seen the insert-something-into-url problem solved several times in recipes, and it's always been just a split-at-slash and reassemble or a regex solution.