View Single Post
Old 08-14-2014, 11:51 AM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
If there is a webpage somewhere that contains an index of article links, try this: https://www.mobileread.com/forums/sho...d.php?t=244119

(I assume there is no RSS feed? )

If not, assuming you know which range of numbers you need to hit, use a for loop:

Code:
for i in range(startnumber, endnumber):
    url = "http://coolshell.cn/articles/" + $i + ".html"
    '''Download and add the url to your book.'''
eschwartz is offline   Reply With Quote