aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * yeetube-get-content: If not yeetube-display-thumbnails return "nil"Thanos Apollo2024-02-251-2/+4
| |
| * Version bump: 2.1.3Thanos Apollo2024-02-251-1/+3
| |
| * [Feature] yeetube-mode: Display thumbnailsThanos Apollo2024-02-251-3/+6
| |
| * Add yeetube-iimage-mode-bufferThanos Apollo2024-02-251-1/+29
| |
| * yeetube-content: Specify image pathThanos Apollo2024-02-251-1/+7
| |
| * yeetube-search: download thumbnails & use pop-to-bufferThanos Apollo2024-02-251-3/+3
| |
| * Refactor yeetube-get-thumbnailsThanos Apollo2024-02-251-3/+9
| |
| * Add yeetube-display-thumbnailsThanos Apollo2024-02-251-0/+5
| |
| * Add yeetube-thumbnail-widthThanos Apollo2024-02-251-0/+5
| |
| * Add yeetube-thumbnail-heightThanos Apollo2024-02-251-0/+5
| |
| * yeetube: Enable socks supportThanos Apollo2024-02-191-9/+23
| | | | | | | | | | - Add yeetube-with-tor-socks - Add yeetube-enable-tor option
| * package: Update headerThanos Apollo2024-02-191-1/+1
| |
| * Update CONTRIBUTING tasksThanos Apollo2024-02-111-0/+6
|/
* Version 2.1.2 Release: Merge branch '2.1.2-dev'2.1.2Thanos Apollo2024-02-105-119/+142
|\
| * Version bump 2.1.2Thanos Apollo2024-02-101-1/+1
| |
| * contributing: Mark task done & add creditsThanos Apollo2024-02-101-1/+3
| |
| * Merge branch '#date-and-sorts' into 2.1.2-devThanos Apollo2024-02-101-5/+58
| |\ | | | | | | | | | | | | This merges submitted patches by Boruch Baum, improving sorting & add scraping for published date
| | * yeetube-mode: Add DateThanos Apollo2024-02-101-2/+4
| | |
| | * Add yeetueb--sort-dateThanos Apollo2024-02-101-0/+13
| | | | | | | | | | | | | | | This function is from Boruch-Baum fork: <https://github.com/Boruch-Baum/emacs-yeetube.el>
| | * yeetube-search: Search for published dateThanos Apollo2024-02-101-3/+4
| | |
| | * Add yeetube-face-dateThanos Apollo2024-02-101-0/+5
| | |
| | * yeetube-default-sort-column: Set default to nilThanos Apollo2024-02-101-2/+2
| | |
| | * fix: sorting of numeric columns "Duration", "Views"Boruch Baum2024-02-101-1/+20
| | |
| | * feat(defcustom): yeetube-default-sort-{column,ascending}Boruch Baum2024-02-101-1/+14
| | |
| | * feat: reduce duration column widthBoruch Baum2024-02-101-1/+1
| |/
| * [package] Update URLThanos Apollo2024-02-101-1/+1
| | | | | | | | Change URL to point to my projects' home page
| * Add CONTRIBUTING.orgThanos Apollo2024-02-092-2/+29
| |
| * README: Redo as plain textThanos Apollo2024-02-092-108/+8
| |
| * Update READMEThanos Apollo2024-02-091-5/+19
| |
| * 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