Skip to content

Commit

Permalink
Hotfix to working youtube_dl
Browse files Browse the repository at this point in the history
  • Loading branch information
jac241 committed Feb 28, 2019
1 parent 364da5e commit b1bb89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Easily create video or audio power hours from YouTube videos. Add your urls, pic
Power Hour Creator automatically downloads the videos, cuts them to 60 seconds, and merges them into one file for you. Use the import and export options to share the power hour tracklists.

## Development
Uses Python 3.6, PyQt 5, [youtube-dl](https://github.com/rg3/youtube-dl), ffmpeg, and [ffmpeg-normalize](https://github.com/slhck/ffmpeg-normalize).
Uses Python 3.6.7, PyQt 5, [youtube-dl](https://github.com/rg3/youtube-dl), ffmpeg, and [ffmpeg-normalize](https://github.com/slhck/ffmpeg-normalize).

## Building
To build:
Expand All @@ -19,7 +19,7 @@ pyinstaller power_hour_creator.spec

### Windows
https://github.com/pyinstaller/pyinstaller/issues/1566
Building on Windows 10 with pyinstaller requires Windows 10 Universal C Runtime found here: https://www.microsoft.com/en-us/download/details.aspx?id=48234
Building on Windows 10 with pyinstaller requires the Windows 10 sdk found here: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

### macOS
Building on macOS using python installed from pyenv requires a special environment variable when building python. Instructions here: https://github.com/pyenv/pyenv/issues/443
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appdirs==1.4.3
attrs==16.3.0
youtube_dl>=2018.11.7
youtube_dl>=2019.2.18
pydub==0.18.0
PyQt5==5.11.3
PyQt5==5.12
PyInstaller==3.4
furl==1.0.0
pyhamcrest==1.9.0
Expand Down

0 comments on commit b1bb89b

Please sign in to comment.