Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/urllib3-1.26.17
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa authored Oct 8, 2023
2 parents aada5c3 + 73747ea commit eedabf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conjuring/spells/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def categorize(c: Context, organize: bool = True, browse: bool = True, empty: bo


@task
def youtube_dl(c: Context, url: str, min_height: int = 240, download_archive_path: str = "") -> None:
def youtube_dl(c: Context, url: str, min_height: int = 360, download_archive_path: str = "") -> None:
"""Download video URLs, try different low-res formats until it finds one."""
download_archive_path = download_archive_path or os.environ.get("YOUTUBE_DL_DOWNLOAD_ARCHIVE_PATH", "")
archive_option = f"--download-archive {download_archive_path!r}" if download_archive_path else ""
Expand Down

0 comments on commit eedabf0

Please sign in to comment.