-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitlab-ci.yml
60 lines (56 loc) · 2.67 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
image: python:latest
stages:
- build
- test
install:
stage: build
script:
- python3 setup.py install
download:
stage: test
script:
- python3 setup.py install
- youtube-sm -l https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw -m list -t -1 --output test.list -r -v
- wc -l test.list
- youtube-sm -l https://www.youtube.com/playlist?list=PLbIUqKI_s0s7RqBHY9_gxmVFBvkViWVHd -m list -t -1 --output test.list -r -v
- wc -l test.list
- youtube-sm --html -l https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw -m list -t -1 --output test.list -r -v
- wc -l test.list
- youtube-sm -l https://thinkerview.video/feeds/videos.xml?accountId=5 -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://www.infoconcert.com/artiste/achab-175740/concerts.html -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://www.reddit.com/r/france -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://www.reddit.com/user/reddit -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://www.laquadrature.net/ -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://www.laquadrature.net/es -m raw -t -1 -r --output test.raw -v
- wc -l test.raw
- youtube-sm -l https://example.com/ -m raw -t -1 -r --output test.raw -v
- curl -O https://sawyerf.gitlab.io/youtube_sm/test.swy
- youtube-sm -v --init test.swy
- youtube-sm -v -c --init test.swy
- youtube-sm -v -t -1 --output testall.html
- wc -l testall.html
- youtube-sm -v
- youtube-sm -v -c lol
- youtube-sm --test -v
commands:
stage: test
script:
- python3 setup.py install
- youtube-sm -h
- youtube-sm --css ""
- youtube-sm --css
- youtube-sm -a https://www.youtube.com/channel/UCyg3MF1KU3dUK0HJBBoRYOw -v
- youtube-sm -a https://www.youtube.com/playlist?list=PLbIUqKI_s0s7RqBHY9_gxmVFBvkViWVHd -v
- youtube-sm -a https://thinkerview.video/feeds/videos.xml?accountId=5 -v
- youtube-sm -a https://www.infoconcert.com/artiste/achab-175740/concerts.html -v
- youtube-sm -a https://www.reddit.com/r/france -v
- youtube-sm -a https://www.reddit.com/user/reddit -v
- youtube-sm -a https://www.laquadrature.net/ -v
- youtube-sm -a https://www.laquadrature.net/fr -v
- youtube-sm -a https://www.laquadrature.net/en -v
- youtube-sm -c lol -a https://www.youtube.com/channel/UCyg3MF1KU3dUK0HJBBoRYOw -v