[How to download youtube mov]
1. View Source
- page source for each movie on Youtue.com
2. find "url_encoded_fmt_stream_map" string
3. full line includes "url_encoded_fmt_stream_map"
4. remove strings written
before "url_encoded_fmt_stream_map" and
after value pair "url_encoded_fmt_stream_map"
5. split by comma ","
6. choose one of higher quality movie url
7. replace '\u0026' to '&'
8. urldecode url
finally the url includes movie that user wants'
NOT For Loged in Accounts