commit fecca4ae4564092e0b985e6351b2651ec112b8d2 Author: CCRRX <jan.koppatscheck@gmail.com> Date: Sun, 13 Dec 2015 00:18:17 +0100 Create README.md Diffstat:
| A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# videograbber +Downlaods all Videos from a webpage. +If the Wbesite has multible pages like www.website.com/site1.html /site2.html /site3.html put the maximum number in the for function. + +#Dependencies +``` apt-get install youtube-dl ``` + +#Thanks to +the Team of Youtube dl!