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

Commit

Permalink
Merge pull request #63 from Tubefeeder/youtube-to-tubefeeder
Browse files Browse the repository at this point in the history
Youtube to Tubefeeder script
  • Loading branch information
Schmiddiii authored Jun 18, 2022
2 parents aff8c02 + 198b8f7 commit cf963dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/youtube_to_tubefeeder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

cat $1 | sed '1d' | awk -F "," '//{print "youtube,"$1}'

0 comments on commit cf963dd

Please sign in to comment.