You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to handle incremental ids , how about adding a custom class (like PastiePasteSiteCom) that overloads the "fetch_pastie" with a small change to handle none existing paste ID .
And on get_last_pasties a small change from "pasties_ids = re.findall(self.archive_regex, htmlPage)" to "pasties_ids[0] = self.starting_id" and add a loop "if self.seen_pastie(pastie_id):" to get to the last unseen id.
then the modified fetch_pastie will stop once the first "yet to be written" ID his detected. maybe we will need config regexp to detect it .
http://pastebin.mozilla.org/2333873
id is incremental
The text was updated successfully, but these errors were encountered: