gartha1
gartha1
I don't quite understand.. So I run firefox I use that cookie editor extension, go to youtube while logged in, and click the export button in cookie editor, to copy...
C:\pythontest\youtube_uploader_selenium>pip -r requirements.txt Usage: C:\Users\USER\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip [options] no such option: -r C:\pythontest\youtube_uploader_selenium>
> Always better to install `pip -r requirements.txt` to avoid these kinds of compatibility issues. not quite that, you missed the word install, it's $ pip install -r requirements.txt
this might help it's a text file that shows me installing it from scratch https://web.archive.org/web/20220805133539/https://pastebin.com/raw/hY5nsZHC https://pastebin.com/raw/hY5nsZHC It shows different errors I ran into and that one can run into, their...
easiest thing is set the whole youtube channel to "made for kids" or "not made for kids", as you require, And then the option won't come up when you want...
I was getting that error when trying some commands from https://npcap.com/guide/npcap-devguide.html#npcap-feature-loopback Note- correction. Not exactly the link above. But going https://npcap.com/guide/npcap-devguide.html and scrolling down which would be https://npcap.com/guide/npcap-devguide.html#npcap-feature-dot11 ``` when...
ah yeah that's it, I'd just gone to that link and scrolled down, which would be, say you say, the "#npcap-feature-dot11" part,
It still crashes, 2019 Peelman gives a link https://github.com/dorianj/CoRD/blob/master/README.md . that says " Deprecation Notice This project is no longer being maintained as of August 16, 2015. Please consider using...
I had some kind of crash around the Marked for kids section. What I did was comment that part of the code out parts. #kids_section = self.browser.find( #By.NAME, NOT_MADE_FOR_KIDS_LABEL) #self.browser.find(By.ID,...
This shows what happens if I use 'next' rather than 'step'. It doesn't stop at each put statement. (which is what I want to do). So either way, step or...