YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

Ignore search terms and only use URL

Open Motzumoto opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

I'm submitting a ...

  • [ ] bug report
  • [X] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

Description

Instead of using search terms, if a valid YouTube URL is provided, only use that URL and stop searching. I've tried to test it on a specific video, and yes it finds videos that are really similar, but not that specific video.

Environment

- OS : Windows 10
- Python :  3.10.5
- Script version : 1.7.4

config.json

not applicable 

Motzumoto avatar Jul 25 '22 23:07 Motzumoto

check back in a couple days and I'll have it coded >:D

mendez97cr avatar Jul 26 '22 02:07 mendez97cr

@Motzumoto You're running this script by python 3.10.5 ? Or release version?

MShawon avatar Jul 26 '22 12:07 MShawon

my python version is 3.10 and I'm running the latest release of this application @MShawon

Motzumoto avatar Jul 26 '22 13:07 Motzumoto

@Motzumoto use python 3.7.x - 3.9x, not 3.10 for this script

also, can you show ur search.txt? maybe you put the wrong format in search.txt

MShawon avatar Aug 05 '22 11:08 MShawon

@Motzumoto use python 3.7.x - 3.9x, not 3.10 for this script

also, can you show ur search.txt? maybe you put the wrong format in search.txt

Firstly, why does the python version matter? secondly, why include the search.txt if a url is already included. whats the point of the url if you're just going to use the search

Motzumoto avatar Aug 15 '22 05:08 Motzumoto

Python version matters because of dependency issues.

It uses both urls.txt and search.txt in parallel. For odd number threads direct url is used and for even search mechanism is used.

MShawon avatar Aug 20 '22 08:08 MShawon

It uses both urls.txt and search.txt in parallel.

That wasnt my question, if the link is being provided in the text file, why look at the search file? if a specific video is provided, it should only look at that video

Motzumoto avatar Aug 23 '22 18:08 Motzumoto