aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/search.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8Jesús2020-12-151-9/+11
|
* Fix FileNotFound error when trying to download search plugin when the ↵James Taylor2020-02-061-1/+2
| | | | working directory is not the directory of the program
* Extraction: Move html post processing stuff from yt_data_extract to utilJames Taylor2019-12-191-2/+2
|
* Extraction: Rewrite item_extraction for better error handling and ↵James Taylor2019-12-181-3/+3
| | | | readability, rename extracted names for more consistency
* Extraction: Fix did_you_mean and showing_results_forJames Taylor2019-09-271-0/+11
|
* Extraction: refactor response extraction to work with both mobile & desktop ↵James Taylor2019-09-191-0/+3
| | | | respones, also improve errors
* Extraction: Move search extraction to yt_data_extractJames Taylor2019-09-081-49/+9
|
* Search: Fix advertisements for google products like home/stadia breaking ↵James Taylor2019-09-081-1/+5
| | | | search results
* Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-231-1/+1
|
* Add flask Firefox search engine routeJames Taylor2019-07-211-1/+7
|
* Search: fix corrections not workingJames Taylor2019-06-211-2/+2
|
* Refactor search pageJames Taylor2019-06-211-67/+52
|
* refactor common.py into 3 filesJames Taylor2019-02-211-12/+13
|
* Add newline to end of filesJames Taylor2019-01-061-1/+1
|
* rename env['fields'] to env['parameters'] and rename fields to parameters in ↵James Taylor2019-01-061-11/+11
| | | | general
* WSGI for searchJames Taylor2019-01-041-16/+17
|
* Fix regression: autocorrect/did-you-mean causing failure on searchJames Taylor2018-10-301-2/+2
|
* fix search filters not being applied to next pages in resultsJames Taylor2018-10-271-13/+1
|
* Support for search filters: upload date, type, durationJames Taylor2018-10-181-5/+10
|
* add latency/readtime reporting for more things, round the numbers by ↵James Taylor2018-10-011-1/+1
| | | | reasonable amount
* Return blank page for searching when visiting just localhost/youtube.comJames Taylor2018-07-311-4/+6
|
* .James Taylor2018-07-271-1/+0
|
* fix 502 bad gateway when searchingJames Taylor2018-07-271-1/+2
|
* options for sorting when searchingJames Taylor2018-07-251-7/+9
|
* correctly handle 'search instead for'James Taylor2018-07-231-5/+7
|
* fix search box not having query searched for in results pageJames Taylor2018-07-091-1/+1
|
* front-end support for adding to playlistsJames Taylor2018-07-081-0/+1
|
* search: removed obsolete codeJames Taylor2018-07-061-93/+2
|
* fix line endingsJames Taylor2018-07-021-230/+230
|
* initial commitJames Taylor2018-06-301-0/+231