Skip to content

Commit

Permalink
0.1.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Aug 30, 2020
1 parent 8a19227 commit 176af3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install puppeteer with chromium
run: sudo npm i puppeteer --unsafe-perm=true --allow-root
- name: Upload Episode from YouTube To Anchor.Fm
uses: Schrodinger-Hat/youtube-to-anchorfm@v0.1.1b
uses: Schrodinger-Hat/youtube-to-anchorfm@v0.1.1c
env:
ANCHOR_EMAIL: ${{ secrets.ANCHOR_EMAIL }}
ANCHOR_PASSWORD: ${{ secrets.ANCHOR_PASSWORD }}
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const pathToEpisodeJSON = 'episode.json';
const outputFile = 'episode.webm';

console.log('installing dependecies');
exec('sudo curl -k -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo npm install puppeteer --unsafe-perm=true --allow-root', (error, stdout, stderr) => {
exec('sudo curl -k -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo npm i puppeteer --unsafe-perm=true --allow-root', (error, stdout, stderr) => {
if (error) {
console.log(`error: ${error.message}`);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions episode.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"id":"LDe1GuD_V7w"
}
{"id":"LDe1GuD_V7w"}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const pathToEpisodeJSON = 'episode.json';
const outputFile = 'episode.webm';

console.log('installing dependecies');
exec('sudo curl -k -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo npm install puppeteer --unsafe-perm=true --allow-root', (error, stdout, stderr) => {
exec('sudo curl -k -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo npm i puppeteer --unsafe-perm=true --allow-root', (error, stdout, stderr) => {
if (error) {
console.log(`error: ${error.message}`);
}
Expand Down

0 comments on commit 176af3a

Please sign in to comment.