@@ -21,22 +21,22 @@ def test_magisto(self):
2121 info_only = True
2222 )
2323
24- print (sys .version_info )
25- print ("Python 4 Beginners: \n " )
26- response1 = requests .get ('https://channel9.msdn.com/Series/Intro-to-Python-Development?WT.mc_id=python-c9-niner' )
27- print (response1 .text , end = ' ' )
28- print ("More Python 4 Beginners: \n " )
29- response2 = requests .get ('https://channel9.msdn.com/Series/More-Python-for-Beginners' )
30- print (response2 .text , end = ' ' )
31- print ("Even More Python 4 Beginners: \n " )
32- response3 = requests .get ('https://channel9.msdn.com/Series/Even-More-Python-for-Beginners-Data-Tools' )
33- print (response3 .text , end = ' ' )
34- url = input ("please type the website link of the video you want to download: \n " )
35- def download_videos (url ):
36- magisto .download (
37- url ,
38- info_only = True
39- )
24+ print (sys .version_info )
25+ print ("Python 4 Beginners: \n " )
26+ response1 = requests .get ('https://channel9.msdn.com/Series/Intro-to-Python-Development?WT.mc_id=python-c9-niner' )
27+ print (response1 .text , end = ' ' )
28+ print ("More Python 4 Beginners: \n " )
29+ response2 = requests .get ('https://channel9.msdn.com/Series/More-Python-for-Beginners' )
30+ print (response2 .text , end = ' ' )
31+ print ("Even More Python 4 Beginners: \n " )
32+ response3 = requests .get ('https://channel9.msdn.com/Series/Even-More-Python-for-Beginners-Data-Tools' )
33+ print (response3 .text , end = ' ' )
34+ url = input ("please type the website link of the video you want to download: \n " )
35+ def download_videos (url ):
36+ magisto .download (
37+ url ,
38+ info_only = True
39+ )
4040
4141if __name__ == '__main__' :
4242 unittest .main ()
0 commit comments