Fixed line indentations
This commit is contained in:
@@ -10,9 +10,9 @@ passwd = ''
|
|||||||
|
|
||||||
url = 'http://wwwmayr.informatik.tu-muenchen.de/lehre/2015SS/theo/'
|
url = 'http://wwwmayr.informatik.tu-muenchen.de/lehre/2015SS/theo/'
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
('2015-theo\.pdf', 'Skript'),
|
('2015-theo\.pdf', 'Skript'),
|
||||||
('2015-\d{2}-\d{2}\.pdf', 'Skript'),
|
('2015-\d{2}-\d{2}\.pdf', 'Skript'),
|
||||||
]
|
]
|
||||||
|
|
||||||
tudown.main(url, files)
|
tudown.main(url, files)
|
||||||
@@ -24,9 +24,9 @@ tudown.main(url, files)
|
|||||||
url = 'http://wwwmayr.informatik.tu-muenchen.de/lehre/2015SS/theo/uebung/'
|
url = 'http://wwwmayr.informatik.tu-muenchen.de/lehre/2015SS/theo/uebung/'
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
('ue\d*\.pdf', 'Übungsblätter'),
|
('ue\d*\.pdf', 'Übungsblätter'),
|
||||||
('loesungen/lo\d*\.pdf', 'Lösungsblätter'),
|
('loesungen/lo\d*\.pdf', 'Lösungsblätter'),
|
||||||
('theo15zue\d*_druck\.pdf', 'Skript/ZÜ'),
|
('theo15zue\d*_druck\.pdf', 'Skript/ZÜ'),
|
||||||
]
|
]
|
||||||
|
|
||||||
tudown.main(url, files, user=user, passwd=passwd)
|
tudown.main(url, files, user=user, passwd=passwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user