aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
Commit message (Collapse)AuthorAgeFilesLines
* yeetube-request-headers: Update user-agentHEADmasterThanos Apollo2024-06-141-1/+1
|
* yeetube-download-video: Add optional arg for urlThanos Apollo2024-06-141-3/+6
|
* [fix] yeetube-download-videos: Refactor using cl-loopThanos Apollo2024-06-141-9/+7
|
* [fix] typos & styleThanos Apollo2024-06-091-3/+3
|
* [fix] Use xdg to get download dirThanos Apollo2024-06-091-1/+2
| | | | | Fix issues for users that use non-english name for their download dir, default to $HOME if download dir does not exist.
* Version bump: 2.1.6Thanos Apollo2024-04-111-1/+1
|
* [fix] yeetube-play: Use 2nd argument only when yeetube-mpv-modelineThanos Apollo2024-04-111-1/+2
| | | | | | | | | | - Pass information for yeetube-mpv-modeline as a second argument only when it's enabled. This way it should not break current users configuration with different media players. We could write this differently to hardcode yeetube-mpv-play, but I would like to make it possible for others to make 3rd party media players to be used with yeetube & yeetube-mpv-modeline.
* yeetube: Add support for yeetube-modeline-modeThanos Apollo2024-04-061-7/+11
|
* Add yeetube-enable-emojisThanos Apollo2024-03-201-1/+7
| | | | Custom boolean to enable/disable emojify mode
* Version bump & fix indentationThanos Apollo2024-03-191-5/+5
|
* yeetube-mode: Add emojify-modeThanos Apollo2024-03-181-1/+3
|
* yeetube-mode-map: Add yeetube-video-or-playlistThanos Apollo2024-03-181-0/+1
|
* yeetube.el: Style & Add commentsThanos Apollo2024-03-181-4/+6
|
* yeetube-mode: Disable sorting for thumbnailsThanos Apollo2024-03-181-1/+1
|
* Use url-retrieve for youtube urls (for headers)Rahguzar2024-03-171-6/+5
|
* Integrate playlist functionalityRahguzar2024-03-171-18/+35
|
* Also scrape playlistRahguzar2024-03-171-17/+18
|
* Optionally show status of mpv process on modelineRahguzar2024-03-171-3/+6
|
* 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
* 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.
* 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
|