Quote:
Originally Posted by schuster
hi,
i think the code is correct but sometimes the same articel is present at non print-url.
in fetch details i can see that only print-url is downloaded.
any suggestions
|
Your question isn't clear to me. Your code adds '?drucken=1' to the article URL (retrieved by article.get('guid', None)) with '?drucken=1' appended to the end. I assume that pulls the print version. It will always try to get that URL with '?drucken=1' appended to the end. Do you want it to do something else? If so, when?