youtube-explore icon indicating copy to clipboard operation
youtube-explore copied to clipboard

Finding YouTube's top recommendations from any query

Results 8 youtube-explore issues
Sort by recently updated
recently updated
newest added

Hi, I think youtube has changed the structure of their website and the used division classes doesnt exist anymore. This means that this script in this form is not usable...

this add support for python3 with `future` package other change - setup file for pip installation - main module filename changed so it can be imported - byte to str...

I usually use Python 3+, which handles unicode natively. I created a 2.7 virtualenv, and it's failing when video titles have accented characters. The error happens on line 234, when...

I've replaced a `list is []` call with `len(list) == 0`

I created an extremely simple [node script](https://www.npmjs.com/package/youtube-explore-to-gexf) that converts the JSON outputs created here to the `.gexf` file format which is easily imported into Gephi. Would it be possible to...

On a fresh install of macOS Sierra 10.12.6 and had a hell of a time getting setup. Trying to install beautiful soup I had to download/extract the tarball then run...

Requirements is missing .txt extension: ``` ❯ pip install -r requirements Could not open requirements file: [Errno 2] No such file or directory: 'requirements' ``` Tested on both raspian and...

Allows for searches with accented characters (e.g. 'python follow-youtube-recommendations.py --query="Miloš Zeman" --searches=4 --branch=4 --depth=4 --name="zeman"')