Skip to content

Commit

Permalink
Using a playlist for testing go run
Browse files Browse the repository at this point in the history
  • Loading branch information
AYehia0 committed Jan 18, 2023
1 parent 4af2c57 commit 0ed9e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
TRACK_URL := https://soundcloud.com/sobhi-mohamed5/99-118-mp4
PL_URL := https://soundcloud.com/adam00alakad/sets/k1rc41mibizn
DL_PATH := ./download
LANG=en_US.UTF-8
SHELL=/bin/bash

run:
rm -f download/*
go run main.go ${TRACK_URL} --download-path ${DL_PATH}
go run main.go ${PL_URL} --download-path ${DL_PATH}
build:
go build -o bin/sc-dl main.go
test:
Expand Down

0 comments on commit 0ed9e97

Please sign in to comment.