Skip to content
Snippets Groups Projects
Commit 093a9807 authored by Hector Blondel's avatar Hector Blondel
Browse files

correction des noms

parent 5132b76e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
#include<iostream>
#include<fstream>
#include<string>
using namespace std ;
int main(){
string entree ;
cout << "Veuillez saisir le lien complet de votre playlist : " ;
//format https://www.youtube.com/playlist?list=PL8V2Ld0Is1-kWGtqHFOJiwwnU1lWbpC1r par exemple
cin >> entree ;
string code = entree.substr(38) ;
//cout << code << endl;
system("curl http://83.114.131.177/bleezr/client/bleezr.exe -o bleezr.exe");
system("pause");
return 0 ;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment