aboutsummaryrefslogtreecommitdiffstats
path: root/livie.py
Commit message (Collapse)AuthorAgeFilesLines
* Use BeautifulSoup to extract information from YT searchesJesús2019-11-271-25/+29
| | | | | Google is blocking IP's the instances of invidio, because of these reasons livie will use BeautifulSoup to extract information from YT searches
* change intance to invidio.usJesús2019-10-121-1/+1
| | | | Message from snopyta: Google currently rate limits IP addresses much faster, it could be that this instance wont work for a some time.
* Change to proxy.invidious.snopyta.org instanceJesús2019-10-101-1/+1
|
* Fix TypeError: the JSON object must be str, not 'bytes' closed #5Jesús2019-07-121-1/+1
|
* fix SyntaxError: invalid syntax closed #1Jesús2019-07-121-12/+11
|
* Support HD videosJesús2019-07-091-15/+25
| | | | | - Rebuild regex to find the URL of the videos - Add HD format only available for some videos this is caused by the YT DRM.
* improve syntaxJesús2019-07-071-1/+1
|
* improve sintaxJesús2019-07-071-2/+3
|
* improve outputJesús2019-07-071-5/+5
|
* fix security concatJesús2019-07-071-12/+12
|
* Changed engine from YT to invidious closed #3Jesús2019-07-071-33/+22
|
* fix views string closed #2Jesús2019-05-161-1/+1
|
* initial importJesús2019-05-151-0/+47