mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Add post_hooks option to YoutubeDL.py (https://github.com/ytdl-org/youtube-dl/pull/27573)
Authored by: alexmerkel
This commit is contained in:
parent
62d80ba17c
commit
ab8e5e516f
5 changed files with 89 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -50,7 +50,8 @@ offlinetest: codetest
|
|||
--exclude test_subtitles.py \
|
||||
--exclude test_write_annotations.py \
|
||||
--exclude test_youtube_lists.py \
|
||||
--exclude test_youtube_signature.py
|
||||
--exclude test_youtube_signature.py \
|
||||
--exclude test_post_hooks.py
|
||||
|
||||
tar: youtube-dlc.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue