List of commits:
Subject Hash Author Date (UTC)
Move work command fec4a5e0677f2f72a87db79fd673aab17c776241 terorie 2018-07-29 21:56:21
Set API by CLI a9589194e7b5cbd33d5cf0fc96d71334d094520a terorie 2018-07-29 21:53:47
include GPLv3 e9b14041d4ecc991f1c40ecff4e13b737b1ccc15 terorie 2018-07-29 21:34:50
Refactor API selection c3b6047f98184e618ceb88965583e2aabe71fb7d terorie 2018-07-29 21:34:19
Channel url dump CLI 0429c2f1ceef84d2e7505591a0fee9babce7eb52 terorie 2018-07-29 02:09:59
Cobra & channel video dumper b6a0e418403b24df1162b749878d24a9918f9b8c terorie 2018-07-28 23:49:38
Rename project to yt-mango 0f19dcfd3f54c3902a0aa97b8c0f4aa932538d73 terorie 2018-07-28 15:10:49
Remove debug output 9f5b9dd87324b30044723539875ee8a419b7eee0 terorie 2018-07-28 14:45:13
Decode video formats bafc6c4ad3587e2de7a88cf532ad1df5ee5a7964 terorie 2018-07-28 14:34:57
Add formats from youtube-dl e612768d79ed1743b415073d9dba713e785e2ea6 terorie 2018-07-28 13:33:48
Initial README 0e9d46ecadcc5b019b9fae4e356bc3360f521b5e terorie 2018-07-28 03:56:26
Initial commit 3b5744c589494163e05a9d54fba10c71e5965d6a terorie 2018-07-28 03:55:53
Commit fec4a5e0677f2f72a87db79fd673aab17c776241 - Move work command
Author: terorie
Author date (UTC): 2018-07-29 21:56
Committer name: terorie
Committer date (UTC): 2018-07-29 21:56
Parent(s): a9589194e7b5cbd33d5cf0fc96d71334d094520a
Signing key:
Tree: 348191ca94e43c59bb75ddfc4cf611317d7f5af5
File Lines added Lines deleted
cmd/work.go 2 2
File cmd/work.go renamed from work.go (similarity 83%) (mode: 100644) (index 22a94cd..04bd724)
1 package main
1 package cmd
2 2
3 3 import "github.com/spf13/cobra" import "github.com/spf13/cobra"
4 4
5 var workCmd = cobra.Command{
5 var Work = cobra.Command{
6 6 Use: "work", Use: "work",
7 7 Short: "Connect to a queue and start archiving", Short: "Connect to a queue and start archiving",
8 8 Long: "Get work from a Redis queue, start extracting metadata\n" + Long: "Get work from a Redis queue, start extracting metadata\n" +
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/anomie/yt-user

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/anomie/yt-user

Clone this repository using git:
git clone git://git.rocketgit.com/user/anomie/yt-user

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main