Skip to content

Commit e244e34

Browse files
committed
- Removed Mozilla::CA from recommends.
As it is already a dependency of `LWP::Protocol::https`. However, some distributions (including ArchLinux) patched `LWP::Protocol::https` to no longer require `Mozilla::CA` anyways. - Added `144p` resolution entry in the GUI version.
1 parent cb6878e commit e244e34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Build.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ my $builder = Module::Build->new(
6767
'LWP::UserAgent::Cached' => 0, # cache support
6868
'Term::ReadLine::Gnu' => 0, # for better STDIN support (+history)
6969
'JSON::XS' => 0, # faster JSON to HASH conversion
70-
'Mozilla::CA' => 0, # just in case if there are SSL problems
7170
'Unicode::GCString' => 0, # fixed-width format
7271
},
7372

share/gtk3-youtube-viewer.glade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,7 @@ standard – 480p and lower</property>
14301430
<object class="GtkComboBoxText" id="comboboxtext1">
14311431
<property name="visible">True</property>
14321432
<property name="can-focus">False</property>
1433+
<property name="tooltip-text" translatable="yes">Retrieve only videos newer than this.</property>
14331434
<items>
14341435
<item translatable="yes">anytime</item>
14351436
<item translatable="yes">days</item>
@@ -1604,7 +1605,7 @@ Unless the categoryID is valid, this field is ignored.</property>
16041605
<property name="visible">True</property>
16051606
<property name="can-focus">True</property>
16061607
<property name="receives-default">False</property>
1607-
<property name="tooltip-text" translatable="yes">Activate audio-only mode.</property>
1608+
<property name="tooltip-text" translatable="yes">Play videos as audio.</property>
16081609
<property name="draw-indicator">True</property>
16091610
<signal name="toggled" handler="toggled_audio_only" swapped="no"/>
16101611
</object>
@@ -1737,6 +1738,7 @@ When the specified resolution is not found, the best available resolution is use
17371738
<item translatable="yes">480p</item>
17381739
<item translatable="yes">360p</item>
17391740
<item translatable="yes">240p</item>
1741+
<item translatable="yes">144p</item>
17401742
</items>
17411743
<signal name="changed" handler="combobox_resolution_changed" swapped="no"/>
17421744
</object>

0 commit comments

Comments
 (0)