aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add yeetube-mpv-change-video-qualityThanos Apollo2024-02-092-0/+7
|
* Add yeetube-mpv-ytdl-format-video-qualityThanos Apollo2024-02-091-1/+7
|
* Add yeetube-mpv-video-qualityThanos Apollo2024-02-091-0/+5
|
* Add yeetube-request-headersThanos Apollo2024-02-091-3/+9
| | | | Rewrite yeetube-search to use yeetube-request-headers as well.
* yeetube-search: Set language to en-USThanos Apollo2024-02-091-15/+18
| | | | This should allow to scrape & sort results for date :)
* yeetube-filter-code-alist: Update relevance codeThanos Apollo2024-02-091-1/+1
| | | | Update to only include videos & not livestreams etc
* Merge branch '2.1.1-dev'2.1.1Thanos Apollo2024-02-082-3/+23
|\ | | | | | | - Add support for torsocks
| * Version bump 2.1.1Thanos Apollo2024-02-081-1/+1
| |
| * yeetube-mode-map: Add yeetube-mpv-toggle-torsocksThanos Apollo2024-02-081-0/+1
| |
| * yeetube-mpv-play: Use torsocks, when enabledThanos Apollo2024-02-081-2/+6
| |
| * Add yeetube-mpv-toggle-torsocksThanos Apollo2024-02-081-0/+9
| |
| * Add yeetube-mpv-torsocksThanos Apollo2024-02-081-0/+3
| |
| * Add yeetube-mpv-enable-torsocksThanos Apollo2024-02-081-0/+3
|/
* yeetube-filter: Reduce docstring sizeThanos Apollo2024-02-071-1/+0
| | | | Make it easier to read using vertico
* README: fix typoThanos Apollo2024-02-071-2/+1
|
* Release version 2.1.0: Merge branch 'v2.1.0-dev'2.1.0Thanos Apollo2024-02-072-5/+44
|\ | | | | | | | | | | | | | | | | | | | | | | | | - Fix filtering - Add filtering options This was inspired by Boruch Baum fork: https://github.com/Boruch-Baum/emacs-yeetube.el But instead of sorting using a tabulated-list-sort-key, we apply a filter for query. This should negate issues issues for sorting by date based on users region/language, as well as add future possible options with more filter options
| * Package: Version bumpThanos Apollo2024-02-071-1/+1
| |
| * Update READMEThanos Apollo2024-02-071-0/+15
| | | | | | | | Add `Apply Filters` section
| * Rename yeetube-sort-by -> yeetube-filterThanos Apollo2024-02-071-4/+4
| | | | | | | | | | | | | | It's not a sorting value but rather a filter applied with the query. Using sort-by as the name might maybe users think it has to do with the tabulated-list sorting func
| * yeetube-search: Use yeetube-get-filter-code with yeetube-sort-byThanos Apollo2024-02-071-1/+2
| | | | | | | | This applies a filter based on the value of yeetube-sorty-by.
| * Add yeetube-get-filter-codeThanos Apollo2024-02-071-0/+5
| | | | | | | | Return for sorty-by value based on yeetube-filter-code-alist
| * Add yeetube-filter-code-alistThanos Apollo2024-02-071-0/+5
| | | | | | | | List of filter codes used by youtube.com
| * Add yeetube-sort-byThanos Apollo2024-02-071-0/+14
| | | | | | | | Value to sort results for
| * yeetube-search: Fix indentation & commentsThanos Apollo2024-02-071-3/+2
|/
* version bump: 2.0.102.0.10Thanos Apollo2024-02-061-1/+1
| | | | | - Fix sorting query results - "githubify" readme
* [Fix] yeetube-mode: Use default sortingThanos Apollo2024-02-061-1/+2
| | | | | | | Sort search results same as they were from the youtube query. Future versions will should add sorting custom options. The default one should be nil.
* README: Add showcase gifThanos Apollo2024-02-061-0/+1
|
* Update READMEThanos Apollo2024-02-061-7/+3
|
* yeetube-mode: Remove tabulated-list-sort-keyThanos Apollo2024-02-051-2/+1
| | | | Sorting search results will be reimplemented in future version
* yeetube-mpv-toggle-no-video-flag: Use enable/disable for messageThanos Apollo2024-02-011-2/+2
|
* Remove yeetube--fix-replacementsThanos Apollo2024-01-191-8/+0
| | | | Unused, left over from previous implementation without tabulated list
* Merge branch '2.0.9' into master2.0.9Thanos Apollo2024-01-191-27/+56
|\ | | | | | | | | | | | | - Add function to get thumbnails, this needs to be implemented with tabulated list mode - Add function to view thumbnails - Refactor scraping of youtube.com
| * Rename yeetube-get-item -> yeetube-scrape-itemThanos Apollo2024-01-191-8/+13
| |
| * Update docstrings & add commentsThanos Apollo2024-01-191-2/+8
| |
| * yeetube-mode-map: Add yeetube-view-thumbnailThanos Apollo2024-01-181-2/+2
| |
| * yeetube-get-content: Rewrite & SimplifyThanos Apollo2024-01-181-19/+19
| |
| * yeetube-get-item: Rewrite as cl-defun and return itemThanos Apollo2024-01-181-3/+6
| |
| * Add yeetube-get-thumbnailsThanos Apollo2024-01-181-1/+16
|/
* Merge branch 'version-2.0.8' into master2.0.8Thanos Apollo2024-01-102-221/+80
|\ | | | | | | | | | | | | | | | | Release version 2.0.8 - Redo yeetube using tabulated-list Credits: This changes was suggested by Sergey Trofimov, along with examples on how it should be implemented for this project. - Fix minor bugs & redo some aesthetic designs
| * Update yeetube-mode-mapThanos Apollo2024-01-091-2/+2
| |
| * Add yeetube-facesThanos Apollo2024-01-091-4/+35
| |
| * Add yeetube-view-count-formatThanos Apollo2024-01-091-1/+12
| |
| * Remove yeetube---fix-titleThanos Apollo2024-01-091-13/+2
| | | | | | | | tabulated-lists solves previous issues
| * Redo yeetube-mode with tabulated listThanos Apollo2024-01-091-5/+17
| |
| * Add yeetube-propertize-vectorThanos Apollo2024-01-091-1/+9
| | | | | | | | Will be used to propertize items in tabulated-list
| * yeetube-get-content: format view-count before pushThanos Apollo2024-01-091-1/+1
| |
| * yeetube-search: Change buffer & start yeetube-modeThanos Apollo2024-01-091-2/+4
| |
| * yeetube-get: Redo with tabulated-list-get-idThanos Apollo2024-01-091-3/+1
| |
| * remove yeetube-buffer.elThanos Apollo2024-01-092-193/+1
| | | | | | | | Redoing with tabulated-list makes yeetube-buffer obsolete
| * yeetube-results-limit: fix typoThanos Apollo2024-01-091-1/+1
|/