/system/xbin
and add this path to the default shell path./data/local/tmp
and this is what I opted to do.https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername={user_or_channel_name}&key={your_api_key}
url and substitute the channel name and api key with the proper values.https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId={playlist_id}&maxResults=50&key={your_api_key}
url and substitute the playlist ID with the ID of the "uploads" playlist (fetched with the prev. query) and your API key. The result will contain max. 50 videos, but if it's so, there'll be a "nextPageToken" value that you can add to the URL in the "pageToken" parameter and request the next 50 videos, etc.rsync --partial --progress -avz -e ssh <source> <destination>
<source>
or <destination>
can be a local path (eg. /directory/with/files/
) or a remote path (eg. youruser@example.com:/new/directory/
)./usr/bin/syndaemon -i 1.0 -K -R -d
).ffmpeg -i input.mp4 -filter:a "atempo=0.5" -vn output.aac
ls -1 G*0060.MP4 | sed -r "s/(.*)/file '\1'/g" > list.txt
ffmpeg -f concat -i list.txt -c copy GOPR0060.joined.MP4
Recent comments
2 weeks 2 hours ago
3 weeks 11 hours ago
9 weeks 4 days ago
9 weeks 4 days ago
9 weeks 6 days ago
10 weeks 15 hours ago
10 weeks 1 day ago
10 weeks 2 days ago
10 weeks 3 days ago
10 weeks 4 days ago