Vokabeln erweitert. Neue MP3s.
This commit is contained in:
Binary file not shown.
BIN
mp3/01/Lektionstext/från_sverige_jag_är_född_i_stockholm.mp3
Normal file
BIN
mp3/01/Lektionstext/från_sverige_jag_är_född_i_stockholm.mp3
Normal file
Binary file not shown.
BIN
mp3/01/Lektionstext/hej_då.mp3
Normal file
BIN
mp3/01/Lektionstext/hej_då.mp3
Normal file
Binary file not shown.
BIN
mp3/01/Lektionstext/hej_jag_heter_fredrik_jag_är_23_år.mp3
Normal file
BIN
mp3/01/Lektionstext/hej_jag_heter_fredrik_jag_är_23_år.mp3
Normal file
Binary file not shown.
BIN
mp3/01/Lektionstext/ja_bor_du_här.mp3
Normal file
BIN
mp3/01/Lektionstext/ja_bor_du_här.mp3
Normal file
Binary file not shown.
BIN
mp3/01/Lektionstext/jag_är_också_här_på_semester.mp3
Normal file
BIN
mp3/01/Lektionstext/jag_är_också_här_på_semester.mp3
Normal file
Binary file not shown.
BIN
mp3/01/Lektionstext/nej_jag_kommer_också_från_sverige.mp3
Normal file
BIN
mp3/01/Lektionstext/nej_jag_kommer_också_från_sverige.mp3
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mp3/02/Lektionstext/bor_du_också_på_istanbul_hotel.mp3
Normal file
BIN
mp3/02/Lektionstext/bor_du_också_på_istanbul_hotel.mp3
Normal file
Binary file not shown.
Binary file not shown.
BIN
mp3/02/Lektionstext/gärna_vilken_bra_idé.mp3
Normal file
BIN
mp3/02/Lektionstext/gärna_vilken_bra_idé.mp3
Normal file
Binary file not shown.
Binary file not shown.
BIN
mp3/02/Lektionstext/ja_den_är_där_borta.mp3
Normal file
BIN
mp3/02/Lektionstext/ja_den_är_där_borta.mp3
Normal file
Binary file not shown.
BIN
mp3/02/Lektionstext/ja_jag_har_ett_fint_rum_där.mp3
Normal file
BIN
mp3/02/Lektionstext/ja_jag_har_ett_fint_rum_där.mp3
Normal file
Binary file not shown.
BIN
mp3/02/Lektionstext/på_morgonen_ligger_fredrik_på_stranden.mp3
Normal file
BIN
mp3/02/Lektionstext/på_morgonen_ligger_fredrik_på_stranden.mp3
Normal file
Binary file not shown.
BIN
mp3/02/Lektionstext/vet_du_var_toaletten_är.mp3
Normal file
BIN
mp3/02/Lektionstext/vet_du_var_toaletten_är.mp3
Normal file
Binary file not shown.
Binary file not shown.
BIN
mp3/03/Lektionstext/alla_pratar_olika_språk.mp3
Normal file
BIN
mp3/03/Lektionstext/alla_pratar_olika_språk.mp3
Normal file
Binary file not shown.
BIN
mp3/03/Lektionstext/det_är_många_turister_i_terminalen.mp3
Normal file
BIN
mp3/03/Lektionstext/det_är_många_turister_i_terminalen.mp3
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -16,8 +16,11 @@ REPLACEMENTS = [
|
||||
|
||||
name_new = ""
|
||||
i = 1
|
||||
debug = False
|
||||
|
||||
def compare(s1: str, s2: str) -> bool:
|
||||
if debug:
|
||||
print (s1, " ----> ", s2)
|
||||
if s1.endswith(" "):
|
||||
s1 = s1[:-1]
|
||||
if s2.endswith(" "):
|
||||
@@ -28,6 +31,11 @@ def compare(s1: str, s2: str) -> bool:
|
||||
|
||||
|
||||
file = open(sys.argv[1])
|
||||
print(len(sys.argv))
|
||||
if len(sys.argv) == 3:
|
||||
debug = False
|
||||
else:
|
||||
debug = sys.argv[3]
|
||||
for line in file:
|
||||
line = line[:-1]
|
||||
for old, new in REPLACEMENTS:
|
||||
|
||||
Reference in New Issue
Block a user