Skip to content

Commit b8a2582

Browse files
Adds the drm free flag
1 parent 9164d20 commit b8a2582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def search(query, max_results=10, timeout=60):
5858
s.downloads[download.format] = download.url
5959

6060
s.formats = ', '.join(s.downloads.keys())
61+
s.drm = SearchResult.DRM_UNLOCKED
6162

6263
# don't show results with no downloads
6364
if not s.formats:

0 commit comments

Comments
 (0)