X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=scripts%2Fml-search.py;h=b257084a749d03a487f2f0889b656b57639d35dc;hb=b0c1d9a111696fd1f4b8d6d79e472047d53c8957;hp=18004fd71ad533e1f8262190eb075ec01af2ec9f;hpb=c8d30e34f836043394515b37115dc4b490bd7fc3;p=m_librarian.git diff --git a/scripts/ml-search.py b/scripts/ml-search.py index 18004fd..b257084 100755 --- a/scripts/ml-search.py +++ b/scripts/ml-search.py @@ -147,7 +147,7 @@ def _search_books(case_sensitive, search_type, args): sys.exit(1) book = books[0] download(book.archive, '%s.%s' % (book.file, book.extension.name), - args.path) + book.date, args.path) return count = 0 for book in books: