Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "replace youtube-dl with yt-dlp""
Browse files Browse the repository at this point in the history
This reverts commit e7c9180.
  • Loading branch information
Thaodan committed Feb 14, 2023
1 parent 50b8552 commit 0fdf15b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "qt-json"]
path = qt-json
url = https://github.com/da4c30ff/qt-json.git
[submodule "youtube-dl"]
path = youtube-dl
url = https://github.com/rg3/youtube-dl.git
[submodule "yt-dlp"]
path = yt-dlp
url = https://github.com/yt-dlp/yt-dlp.git
4 changes: 2 additions & 2 deletions sailfish/harbour-quickddit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ harbour {
}

# kludge needed as qmake cannot control INSTALL permissions
system(chmod 0644 ../youtube-dl/youtube_dl/__main__.py ../youtube-dl/youtube_dl/YoutubeDL.py)
system(chmod 0644 ../yt-dlp/yt_dlp/__main__.py ../yt-dlp/yt_dlp/YoutubeDL.py)

youtube-dl.files = ../youtube-dl/youtube_dl
youtube-dl.files = ../yt-dlp/yt_dlp
youtube-dl.path = /usr/share/$${TARGET}

INSTALLS += youtube-dl
2 changes: 1 addition & 1 deletion sailfish/qml/ytdl_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import unicode_literals
import pyotherside
import youtube_dl
import yt_dlp as youtube_dl

downloaddir = '/tmp'

Expand Down
1 change: 0 additions & 1 deletion youtube-dl
Submodule youtube-dl deleted from b224cf
1 change: 1 addition & 0 deletions yt-dlp
Submodule yt-dlp added at b85faf

0 comments on commit 0fdf15b

Please sign in to comment.