Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit f785cbf

Browse files
build(deps): bump youtube-dl (#364)
1 parent 1dc720e commit f785cbf

File tree

5 files changed

+18
-55
lines changed

5 files changed

+18
-55
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
python-version: '2.7'
6262

6363
- name: Patch third-party deps
64+
if: false # disabled
6465
shell: bash
6566
working-directory: Themerr-plex.bundle/third-party
6667
run: |

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ python2 -m pip --no-python-version-warning --disable-pip-version-check install -
5050
python2 ./scripts/build_plist.py
5151
_BUILD
5252

53-
# patch youtube-dl, cannot use git apply because we don't pass in any git files
54-
WORKDIR /build/Contents/Libraries/Shared
55-
RUN <<_PATCH
56-
#!/bin/bash
57-
set -e
58-
patch_dir=/build/patches
59-
patch -p1 < "${patch_dir}/youtube_dl-compat.patch"
60-
_PATCH
53+
## patch youtube-dl, cannot use git apply because we don't pass in any git files
54+
#WORKDIR /build/Contents/Libraries/Shared
55+
#RUN <<_PATCH
56+
##!/bin/bash
57+
#set -e
58+
#patch_dir=/build/patches
59+
#patch -p1 < "${patch_dir}/youtube_dl-compat.patch"
60+
#_PATCH
6161

6262
WORKDIR /build
6363

docs/source/contributing/build.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Setup venv
1818
----------
1919
It is recommended to setup and activate a `venv`_.
2020

21-
Apply Patches
22-
-------------
23-
Patch YouTube-DL
24-
.. code-block:: bash
25-
26-
pushd ./third-party/youtube-dl
27-
git apply -v ../../patches/youtube_dl-compat.patch
28-
popd
21+
.. Apply Patches
22+
.. -------------
23+
.. Patch YouTube-DL
24+
.. .. code-block:: bash
25+
..
26+
.. pushd ./third-party/youtube-dl
27+
.. git apply -v ../../patches/youtube_dl-compat.patch
28+
.. popd
2929
3030
Install Requirements
3131
--------------------

patches/youtube_dl-compat.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)