10 lines
289 B
Python
10 lines
289 B
Python
|
from youtube_dl import version as yt_version
|
||
|
|
||
|
|
||
|
youtube_dl_version = str(yt_version.__version__)
|
||
|
ffmpeg_version = '[shared system install]'
|
||
|
|
||
|
|
||
|
# This file may contain data dynamically written during the container build process
|
||
|
# that replaces the above versions. Do not edit below this line
|