gti
This commit is contained in:
parent
53aab39385
commit
00ff76ad0d
1
config/nvim/.gitignore
vendored
Normal file
1
config/nvim/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.netrwhist
|
|
@ -179,7 +179,10 @@ if __name__ == "__main__":
|
|||
infos = videosInfos[onlineFilename]
|
||||
|
||||
# Really download
|
||||
ydl.process_ie_result(infos, True, {})
|
||||
try:
|
||||
ydl.process_ie_result(infos, True, {})
|
||||
|
||||
markTracked(onlineFilename)
|
||||
markTracked(onlineFilename)
|
||||
except:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue