mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
Added btdigg.org search plugin
This commit is contained in:
parent
f9c4150374
commit
6b0c976a0d
5 changed files with 78 additions and 6 deletions
|
@ -45,8 +45,9 @@ lang_file.write(output)
|
|||
lang_file.close()
|
||||
|
||||
# update search_engine directory
|
||||
os.chdir('searchengine')
|
||||
search_list = []
|
||||
for root, dirs, files in os.walk('search_engine'):
|
||||
for root, dirs, files in os.walk('nova/'):
|
||||
for file in files:
|
||||
if file.startswith("__"):
|
||||
continue
|
||||
|
@ -65,6 +66,8 @@ search_file = open('search.qrc', 'w')
|
|||
search_file.write(output)
|
||||
search_file.close()
|
||||
|
||||
os.chdir('..');
|
||||
|
||||
# update icons files directory
|
||||
icons_list = []
|
||||
for root, dirs, files in os.walk('Icons'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue