Message from Python discussions

November 2018

— I want to keep him straight

— 

Can we fatch data from link? Example :- Lets take video from fb or youtube and i need to download it with different quality. So my question is python can fatch detail and show us different video quality ?

— Yes.

— Can you provide little information about it or any google source? I used urllib but i fail..

— Here's an example for doing the YouTube part: https://github.com/nficano/pytube

— Thank you . :)

— For the Facebook part, here's another example I found: https://pythontips.com/2018/04/23/reverse-engineering-facebook-video/ or maybe this https://github.com/LarbiBekka34/fb-video-dl/blob/master/src/fb-video-dl.py

I guess just read the source code (it's tiny) and see how it works.

Message permanent page

— youtube-dl is da bezt 😘

— We can fetch data from youtube but from facebook, its seems like we cant.. facebook is secure. Due to privacy we dont get result easily.. anyway thanks for second source for fb.. lets try it . :)

Message permanent page

— It's kind of overkill IMO.

— If it's something public, yeah you can.

— Yea. You get my point.. if its secure by privacy , we cant get it.. maybe.