Niranjan Shrestha

Results 2 comments of Niranjan Shrestha

use this for now. ``` #!/usr/bin/env python3 import requests link = 'https://photos.google.com/share/AF1QipO9WO5MnYm7850JgwAl7DIvRzbCoEcJamtywXL-oQ49rwF3K1frOSK63fjYD5MD-A/photo/AF1QipPRvvdy6-3EOqSACtJb7Q8QfmlXN4d4MwX5ico8?key=ZEV4S3RmYXd0bWNzQjRfQ09KQlBud1M4OUU1RzZn' r = requests.get(link).text for x in r.split('\n'): if 'video-downloads.googleusercontent.com' in x: v = x.split('"')[1] print(v) ```

@zhangjing-GitHub-Code the way you access termux ssh through cloudflare tunnel is. 1. have a `sshd` running. 2. give a user password `passwd` 3. check if it is working `ssh localhost...