Deshdeepak
Deshdeepak
I just noticed it works completely fine, but this only happens if I open startify.vim 1. Create mini.vim with my code. 2. Open startify.vim : vim -u ~/mini.vim ~/.config/nvim/plug_config/startify.vim ....
> is startify needed? I don't think its needed, because I didn't use startify in mini.vim, but maybe a file with same path as mentioned above might be required. >...
> The second option puts "name" in front of the actual name, there is no need for that That was just an example what an user can send from the...
> Let say I have 5 Udemy courses in a folder "Backup" and I want to upload them all. I can't run the command for every single video, it will...
1. Using format_map and {var} instead of old style string formatting. 2. Automatically replaces "./" in caption start. 3. Also sends to chat id with --to 4. Checked with flake8,...
@tissole , Whether you pass . or ./ to telegram-upload , the filename starts with "./", so it will work regardless. You can test. > Great job! You think this...
@tissole, Oh sorry, the separator in Windows is \ so I will also have to check that, thanks for pointing out, will fix soon. Can you help me with tests,...
Added test for caption. Also fixed bug for skipping empty files in recursive mode, updated test for that. Thanks, I learned something about unittesting.
It was working locally, but not on deployment. Will fix soon
Its working for me locally using python main.py. But if you deploy it on heroku or use start.sh it will pull your repo instead hence won't work. Try locally and...