Skip to content

Commit

Permalink
OK madebytravisci
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 1, 2016
1 parent e433a67 commit 8ba854a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jekyll/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Let's say the ```input#urljs``` text field has value ```"http://www.winx.rai.it/

The function will get the value of the ```input#urljs``` element, get the download links from the API, and return the following output to the ```#result``` element:
```
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2016</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102016.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2015</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102015.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
```

The function will then start the mailtext function with the following parameters:
Expand Down
2 changes: 1 addition & 1 deletion jekyll/it.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Diciamo che il campo di testo ```input#urljs``` ha valore ```"http://www.winx.ra

La funzione leggerà il valore del campo di testo ```input#urljs``` element, otterrà gli indirizzi di scaricamento dall'API e scriverà il seguente output sull'elemento ```#result```:
```
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2016</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102016.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2015</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102015.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
```

Poi la funzione chiamerà la funzione ```mailtext``` con i seguenti Parametri:
Expand Down
2 changes: 1 addition & 1 deletion jquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Let's say the ```input#urljs``` text field has value ```"http://www.winx.rai.it/

The function will get the value of the ```input#urljs``` element, get the download links from the API, and return the following output to the ```#result``` element:
```
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2016</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102016.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
<h1 style="font-style: italic;">Video download script.</h1><br><h2 style="font-style: italic;">Created by <a href="http://daniil.it">Daniil Gentili</a></h2><br><h1>Title:</h1> <h2>26 - Il potere degli animali fatati - Winx Club VII del 03/10/2015</h2><br><h1>Available versions:</h1><br><h2><a href="http://creativemedia4.rai.it/Italy/podcastcdn/junior/Winx/Winx_7_EP_Puntate/4524680.mp4" download="26_Il_potere_degli_animali_fatati_Winx_Club_VII_del_03102015.mp4">Normal quality (mp4, 267 MiB, 720x404)</a><br></h2>
```

The function will then start the mailtext function with the following parameters:
Expand Down
2 changes: 1 addition & 1 deletion jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "video-dl",
"version": "3.4.239",
"version": "3.4.243",
"description": "Script to Download videos from youtube, rai.tv, mediaset, la7 and hundreds of other sites",
"main": "video-dl.js",
"scripts": {
Expand Down

0 comments on commit 8ba854a

Please sign in to comment.