Skip to content

Commit 8b7f38d

Browse files
authored
Update bilibili.py
Update bilibili.py
1 parent e6c60d7 commit 8b7f38d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bilibili/bilibili.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def search_videos(self, keyword, pages):
184184
for flv in movies:
185185
f.write("file " + flv)
186186
f.write('\n')
187-
title = '【LexBurner】好番强推,2009年的零差评动画《钢之炼金术师FA》'
188187
try:
189188
os.system('cd %s & ffmpeg -f concat -safe 0 -i %s -c copy %s' % (self.dir, 'filelist.txt', title + '.flv'))
190189
except:

0 commit comments

Comments
 (0)