- Timestamp:
- Dec 11, 2010, 1:11:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/geluksnummers-donaldduck.py
r235 r251 30 30 31 31 # Find the numbers itself 32 m = re.search('<span class="sifr-header">([^<]*)< /span>',response2.read())32 m = re.search('<span class="sifr-header">([^<]*)<',response2.read()) 33 33 if not m: 34 34 print "Something is wrong, unable to find the geluksnummers"
Note:
See TracChangeset
for help on using the changeset viewer.