This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree 2 files changed +1
-24
lines changed
2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 7
7
- language-pack-fr
8
8
install : composer install
9
9
after_success : bash <(curl -s https://codecov.io/bash)
10
- before_deploy :
11
- - yarn install --ignore-scripts
12
- - yarn grunt doc
13
- deploy :
14
- provider : surge
15
- project : ./docs/
16
- domain : alltube.surge.sh
17
- skip_cleanup : true
18
- env :
19
- global :
20
-
21
- - secure :
22
- " Icw8UqAilq0+neZsdXn7pny5OrDin1tTN0H3HGPFDBawHWBEffettRsURljnBlm0Ic\
23
- AE8HPvl0DlaGFMedM3ZlYjvp7OqMqe84p7dY22JMvirV4MsMz546FKEYI+g3txawAMD\
24
- FPCorE+fgkDrL1eUoozGVJxc5c4w4nBVm84QvjxRvCvEKbfevd4giaie1Xuo927lKAw\
25
- TaVFZryYNotPyJVB2pBBndxfl2EJczJ4DXQc3VczFXkTmuE/QLa2tQVJm5vnVPwOi1x\
26
- mvgh6g1ChEOw0zAks1Mf5+UvxtVV7qTicVAWK0fVVBL9mHPpNzSNb4pPqHPWQjhAPdC\
27
- W+WPn6+DhqS5BHeSfQit/OtLMpUWO1IceVDRwU3jkXmMgnKwz1t9yDh6VBZRvGPkXfU\
28
- 3cjQ9SFpmnnu/4JLgwA/zSU2Pzl7/+gsHQBazkXh8HYAbOjF2w1IBXOpZ8Yv7D5axRI\
29
- DduS/TUQ6oNK3KYmRMBcg8ZzVzIdz+55NchaDtihcp5akaHhKxR7GMPrfi66b+wARSw\
30
- 3OsYmCGLNFF8zj/6zo3/zB02+oVMlXXySOAKKi0A2OvH9xV4W4Jl0TGua/27XOWr9c5\
31
- btrZrykk3PXfKe5YgT46Q8CtK8yN97bDKbwbAp6gNEyMFFatdHKlEndZYsVDQ16htd0\
32
- b/303SZfXYMvO0="
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ $video = new Video('https://www.youtube.com/watch?v=dQw4w9WgXcQ');
175
175
$video->getUrl();
176
176
```
177
177
178
- The library documentation is available on [ alltube.surge.sh ] ( https://alltube.surge.sh/ classes/Alltube.VideoDownload .html ) .
178
+ The library documentation is available on [ dev.rudloff.pro/alltube/docs/ ] ( https://dev.rudloff.pro/alltube/docs/ classes/Alltube.Video .html ) .
179
179
180
180
You can also have a look at this [ example project] ( https://github.com/Rudloff/alltube-example-project ) .
181
181
You can’t perform that action at this time.
0 commit comments