다음 셸 명령의 결과에 액세스하고 싶습니다.
youtube-dl -g "www.youtube.com/..."
direct url
파이썬 프로그램 내에서 파일로 출력을 인쇄합니다 . 이것이 내가 시도한 것입니다.
import youtube-dl
fromurl="www.youtube.com/..."
geturl=youtube-dl.magiclyextracturlfromurl(fromurl)
가능합니까? 나는 소스의 메커니즘을 이해하는 시도했지만 잃었다 : youtube_dl/__init__.py
, youtube_dl/youtube_DL.py
, info_extractors
...