aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Also scrape playlistRahguzar2024-03-171-17/+18
|
* Command to quit and go forward/backwardRahguzar2024-03-171-1/+17
|
* Optionally show status of mpv process on modelineRahguzar2024-03-172-8/+25
|
* Use url-queue for getting thumbnailsRahguzar2024-03-171-98/+82
| | | | Also add a command to view related videos
* Remove unused scraping functionRahguzar2024-03-171-18/+0
|
* Use json parsing to properly parse json stringsRahguzar2024-03-171-26/+40
|
* Make url fetching async + add new commands for channelsRahguzar2024-03-171-39/+81
| | | | | | | | | | | | | * Refactor: use url-queue-retrieve to retrieve urls * Refactor: new function yeetube-display-content-from-url to scrape an arbitrary url. * New variable yeetube-search-history to track search history separately from general minibuffer input. * New commands yeetube-channel-videos and yeetube-channel-search for exploring channels
* Merge branch '2.1.4-dev'2.1.4Thanos Apollo2024-03-061-45/+80
|\ | | | | | | | | | | | | - Major improvements on thumbnail support, which is now enabled by default. - Add proper support for wget, which can now use torsocks. - Improve customize interface interactions.
| * Version bump: 2.1.4Thanos Apollo2024-03-061-1/+1
| |\
| * yeetube-search: Use pop-to-buffer-same-windowThanos Apollo2024-03-061-3/+2
| |
| * yeetube-display-thumbnails: Enable by defaultThanos Apollo2024-03-061-1/+1
| | | | | | | | | | Since now we have proper wget support & custom thumbnail sizes, it's okay to enable it by default.
| * Update docstringsThanos Apollo2024-03-061-15/+25
| |
| * Add yeetube-iimage-mode-bufferThanos Apollo2024-03-061-1/+24
| | | | | | | | Allow for custom thumbnail size
| * Add yeetube--wget-thumbnailThanos Apollo2024-03-061-13/+21
| | | | | | | | - Adds torsocks support as well
| * Add defcustom yeetube-thumbnail sizeThanos Apollo2024-03-061-8/+3
| | | | | | | | Cons for height & width
| * yeetube-download-dir: Use expand-file-nameThanos Apollo2024-03-061-1/+1
| | | | | | | | Fix issues for non unix systems
| * Update copyright & package descThanos Apollo2024-03-061-2/+2
|/
* defcustom(s): Improve 'customize' interface interactionsThanos Apollo2024-03-031-14/+15
| | | | | | - Use radio instead of choice for yeetube-download-audio-format - Add None tag for yeetube-default-sort-column - Fix typos
* packaging: Update commentary & descThanos Apollo2024-03-031-7/+7
|
* [fix] Refactor defcustom yeetube-download-audio-formatThanos Apollo2024-03-031-6/+10
| | | | | | | - Fix customize interface warning - Specify audio formats This change was suggested by Phil Hudson <[email protected]>
* [fix] Refactor yeetube-download--ytdlpThanos Apollo2024-03-031-22/+13
| | | | | | | - Used 'executable-find' to validate the presence of 'yt-dlp' and 'torsocks' binaries. - Separated the construction of each part of the command for better readability. - Utilized 'mapconcat' to assemble the final command, removing nil values and unnecessary spaces. - Factored out string literals in the command construction and reduced unnecessary string concatenation.
* Rename yeetube-player -> yeetube-play-functionThanos Apollo2024-02-291-4/+4
|
* Update docstrings & disable thumbnails by defaultThanos Apollo2024-02-261-5/+10
| | | | Downloading images & using wget should be an opt-in feature.
* Rewrite thumbnail supportThanos Apollo2024-02-251-42/+8
| | | | | | | | - Specify thumbnail size to wget - Use iimage default This should improve performance, since we don't convert image sizes with emacs now.
* Release version 2.1.3: Merge branch '2.1.3-dev'2.1.3Thanos Apollo2024-02-252-29/+112
|\ | | | | | | | | - Add yeetube-enable-tor - Add thumbnail support
| * yeetube-get-thumbnails: Download only when yeetube-display-thumbnailThanos Apollo2024-02-251-16/+17
| |
| * yeetube-mode: update style & docstringThanos Apollo2024-02-251-3/+3
| |
| * 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
| | |