forked from trizen/youtube-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
72 lines (70 loc) · 6.87 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Revision history for youtube-viewer.
# Only the most important changes and features are included here.
# For all changes, check out the release notes at:
# https://github.com/trizen/youtube-viewer/releases
[CHANGELOG]
- Added support for restoring the previous session. (Gtk3) - NEW (v3.7.2)
- Added the "History" menu to list the previous 10 searches. (Gtk3) - NEW (v3.7.2)
- Added the `--trending:s` option, which displays popular videos from a given category. - NEW (v3.7.1)
- Added support for showing the most popular videos from a given channel. - NEW (v3.7.0)
- Added support for resuming an interrupted download. - NEW (v3.7.0)
- Extended `custom_layout_format` to support fixed width, colors and alignment. - NEW (v3.6.0)
- Added the `--autoplay` option to automatically play related videos of related videos. - NEW (v3.5.7)
- Added support for downloading videos at 1080p (and other resolutions) with MKV merging. - NEW (v3.4.0)
- Added the `--prefer-mp4` option to prefer videos in MP4 format, instead of WEBM. - NEW (v3.4.0)
- Added the `--fat32safe` option to make filenames FAT32-safe, by replacing bad characters. - NEW (v3.2.5)
- Added the `--highlight` option to remember and highlight watched videos in a session. - NEW (v3.2.2)
- Added the `i..` range, which plays all the videos, starting with video `i`. (#114) - NEW (v3.2.1)
- Migration to APIv3; some features have been lost in the process, but nothing too critical. - NEW (v3.1.4)
- Added built-in support for [auto-generated] closed-captions (gcap is no longer required) - (v3.1.3)
- Added support for specifying the filename format when downloading videos (--filename=s) - (v3.1.3)
- Added support for special tokens and for extracting information about videos (--extract=s) - (v3.1.3)
- Added support for playing DASH videos and the `--no-dash` option to deactivate it at will - (v3.1.2)
- Added the options `--ps` and `--pid` to add videos by URL or ID to a given playlistID - (v3.1.2)
- Added the stdin commands ":ps" and ":s2p" to add one or more videos to a selected playlist - (v3.1.2)
- Added the `--std-input=s` option which can be used to specify the first standard input - (v3.1.1)
- Added input history support across sessions, with the 'history' config-key - (v3.1.1)
- Added support for more video players (--player=s) // Added support for shows (--us=author) - (v3.1.0)
- Added support to --copy-caption for downloaded videos // Added fixed-width for playlists - (v3.1.0)
- Added the ':play' stdin option // Added the support for 'watch_later' videos (-L) - (v3.1.0)
- New authentication support (OAuth 2.0) // Added support for download & play (-dp) - (v3.0.7)
- Added support for YouTube EDU categories (-edu) // Options: :dv, :lec, :courses, :course - (v3.0.4)
- Some minor bug-fixes // New options has been added: --pp, :pp, :anp, :kregex - (v3.0.3)
- Added support for more resolutions, UTF-8 support, --convert-to=FMT and many bug-fixes - (v3.0.1)
- YouTube Viewer 3.0 has been released! New options, better functionality and new bugs :) - (v3.0.0)
- Added support for detailed results (usage: -D or --details) // Support for comments - (v2.5.8)
- Switched to Term::ReadLine for a better STDIN support // Better colors // Info support - (v2.5.7)
- Added support for: -duration, -caption=s, -safe-search=s, -hd // Improved code quality - (v2.5.6)
- Added support for configuration file, improved stability, improved debug mode - (v2.5.5)
- Switched to XML::Fast for parsing gdata XML, in consequence, youtube-viewer is faster! - (v2.5.5)
- Switched to Getopt::Long, added SIGINT handler and a better way to execute mplayer - (v2.5.5)
- Added support to list playlists created by a specific user (usage: -up <USERNAME>) - (v2.5.4)
- Improved parsing support for arguments, including arguments specified via STDIN. - (v2.5.4)
- Added support to search for videos uploaded by a particular YouTube user (-author=USER) - (v2.5.4)
- Added support to get video results starting with a predefined page (e.g.: -page=4) - (v2.5.4)
- Added support for previous page and support to list youtube usernames from a file - (v2.5.2)
- Added colors for text (--use_colors), 360p support (-3), playlist support - (v2.5.0)
- Added support for today and all time YouTube tops (usage: -t, --tops, -a, --all-time) - (v2.4.*)
- Re-added the support for the next page / Added support for download (-d, --download) - (v2.4.*)
- Added support for YouTube CCaptions. (Depends on: 'gcap' - http://gcap.googlecode.com) - (v2.4.*)
- First version with Windows support. Require SMPlayer to play videos. See MPlayer Line - (v2.4.*)
- Code has been changed in a proportion of ~60% and optimized for speed // --480 became -4 - (v2.4.*)
- Added mega-powers of omnibox to the STDIN :) - (v2.3.*)
- Re-added the option to list and play youtube videos from a user profile. Usage: -u [user] - (v2.3.*)
- Added a new option to play only the audio track of a videoclip. Usage: [words] -n - (v2.3.*)
- Added option for fullscreen (-f, --fullscreen). Usage: youtube-viewer [words] -f - (v2.3.*)
- Added one new option '-c'. It shows available categories and will let you to choose one. - (v2.3.*)
- Added one new option '-m'. It shows 3 pages of youtube video results. Usage: [words] -m - (v2.3.*)
- For "-A" option has been added 3 pages of youtube video results (50 clips) - (v2.3.*)
- Added "-prefer-ipv4" to the mplayer line (videoclips starts in no time now). - (v2.3.*)
- Search and play videos at 480p, 720p. Ex: [words] --480, [words] -A --480 - (v2.3.*)
- Added support to play a video at 480p even if its resolution is higher. Ex: [url] --480 - (v2.2.*)
- Added a nice feature which prints some information about the current playing video - (v2.2.*)
- Added support to play videos by your order. Example: after search results, insert: 3 5 2 1 - (v2.1.*)
- Added support for next pages of video results (press <ENTER> after search results) - (v2.1.*)
- Added support to continue playing searched videos, usage: "youtube-viewer [words] -A" - (v2.1.*)
- Added support to print counted videos and support to insert a number instead of video code - (v2.1.*)
- Added support to search YouTube Videos in script (e.g.: youtube-viewer avatar trailer) - (v2.0.*)
- Added support to choose the quality only between 720p and 1080p (if it is available) - (v2.0.*)
- Added support for YouTube video codes (e.g.: youtube-viewer WVTWCPoUt8w) - (v1.0.*)
- Added support for 720p and 1080p YouTube Videos... - (v1.0.*)