Mark
0ccebcaa5f
Merge branch 'master' of https://github.com/rg3/youtube-dl
2017-08-02 02:57:17 +00:00
Sergey M․
0017d9ad6d
[YoutubeDL] Improve default format specification ( closes #13704 )
2017-07-23 00:12:01 +07:00
Sergey M․
0396806f67
[YoutubeDL] Do not override id, extractor and extractor_key in url_transparent
...
All these meta fields must be borrowed from final extractor that actually performs extraction.
This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously
used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
2017-07-21 00:13:32 +07:00
Sergey M․
961ea474b6
[YoutubeDL] PEP 8
2017-07-15 07:02:57 +07:00
Sergey M․
15da37c7dc
[YoutubeDL] Don't expand env variables in meta fields ( closes #13637 )
2017-07-14 00:42:12 +07:00
Sergey M․
a02682fd13
Keep in sync with ffmpeg's current malformed AAC bitstream wording ( closes #13587 )
2017-07-09 17:09:44 +07:00
Sergey M․
73af5cc817
[YoutubeDL] Skip malformed formats for better extraction robustness
2017-06-23 21:18:33 +07:00
Sergey M․
c996943418
[YoutubeDL] Sanitize more fields ( #13313 )
2017-06-08 22:53:14 +07:00
CeruleanSky
4bede0d8f5
[YoutubeDL] Don't emit ANSI escape codes on Windows
2017-06-03 19:14:23 +07:00
Sergey M․
e9137224b3
[YoutubeDL] Force restrict filenames when no locale is set for python 2 as well ( #13027 )
2017-05-09 01:14:02 +07:00
Sergey M․
a4d6cf970c
[YoutubeDL] Fix output template for missing timestamp ( closes #12796 )
2017-04-24 00:50:39 +07:00
Sergey M․
d35dc344af
[YoutubeDL] Apply expand_path after output template substitution
...
os.path.expandvars translates '%%' into '%' making output template invalid.
Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4'
After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s'
2017-04-16 01:39:07 +07:00
Sergey M․
0563f7ac6e
[YoutubeDL] Propagate overridden metadata to IE results of type url ( closes #11163 )
2017-04-16 00:57:36 +07:00
Remita Amine
40fcba5edb
improve coding style
2017-04-12 20:38:43 +01:00
Mark
cae6d1950f
better
2017-04-08 22:47:54 -04:00
Mark
4f4410d68f
https://www.youtube.com/watch\?v\=jHPOzQzk9Qo
2017-04-07 12:59:05 -04:00
Mark
21e8ffb8c7
stuff and stuff
2017-04-05 18:19:50 -04:00
Mark
611058327f
requested changes
2017-04-02 17:27:36 -04:00
Sergey M․
1640eb0961
[YoutubeDL] Return early when extraction of url_transparent fails
2017-03-31 23:57:35 +07:00
Mark
27fe09dfcc
again
2017-03-26 22:54:55 -04:00
Mark
6a2fa7a8cf
oops
2017-03-26 15:12:08 -04:00
Mark
900fd59355
got rid of try-except
2017-03-26 14:34:11 -04:00
Mark
5d268cfe59
apparently it's completely unnecessary to manually construct a date object
2017-03-26 14:31:01 -04:00
Mark
991789b3cd
removed debug line
2017-03-26 14:13:52 -04:00
Mark
60f4c8d1ba
much improved
2017-03-26 14:11:59 -04:00
Mark
e4e47f0203
added a comment, probably unnecessary
2017-03-25 21:47:12 -04:00
Mark
14da409e8f
dramatically upgrade function of --dateafter option with regards to certain (bulk video) IEs known to return date-sorted playlists
2017-03-25 21:09:32 -04:00
Sergey M․
590bc6f6a1
Use expand_path where appropriate ( closes #12556 )
2017-03-26 02:31:16 +07:00
Sergey M․
9487ce03e9
[YoutubeDL] Allow multiple input URLs to be used with stdout as output template
2017-03-19 23:59:40 +07:00
Sergey M․
40df485f55
[YoutubeDL] Don't sanitize identifiers ( closes #12317 )
2017-03-01 23:03:36 +07:00
Sergey M․
be5df5ee31
Suppress help for all deprecated options and print warning when used
2017-02-24 06:04:27 +07:00
Sergey M․
b3175982c3
[YoutubeDL] Add more numeric fields for NA substitution in outtmpl
2017-02-23 22:01:57 +07:00
Sergey M․
89db639dfe
[YoutubeDL] Rewrite outtmpl for playlist_index and autonumber for backward compatibility
2017-02-23 22:01:09 +07:00
Sergey M․
d0d9ade486
[YoutubeDL] Add support for string formatting operations in output template
2017-02-23 22:57:53 +08:00
Sergey M․
0a840f584c
Rename bypass geo restriction options
2017-02-19 05:10:08 +08:00
Sergey M․
0016b84e16
Add faked X-Forwarded-For to formats' HTTP headers
2017-02-19 05:10:08 +08:00
Sergey M․
773f291dcb
Add experimental geo restriction bypass mechanism
...
Based on faking X-Forwarded-For HTTP header
2017-02-19 05:10:08 +08:00
Thomas Christlieb
75822ca790
New parameter --playlist-random to randomize playlist download order. Fixes #11889
2017-01-31 10:03:31 +01:00
Costy Petrisor
acbb2374bc
added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames
2017-01-29 00:00:45 +07:00
Sergey M․
6f0be93747
[YoutubeDL] Improve protocol auto determining ( closes #11720 )
2017-01-15 06:09:32 +07:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
2017-01-06 00:58:56 +08:00
Remita Amine
b2758123c5
add Basic support for Smooth Streaming protocol( #8118 )
2016-11-02 01:54:45 +07:00
Déstin Reed
dcdb292fdd
Unify coding cookie
2016-10-03 23:44:29 +07:00
Sergey M․
1da50aa34e
[YoutubeDL] Improve Adobe Pass options' wording
2016-09-15 22:24:55 +07:00
Remita Amine
797c636bcb
[ap] improve adobe pass names and parse error handling
2016-09-14 18:58:47 +01:00
Remita Amine
1b6712ab23
[adobepass] add specific options for adobe pass authentication
...
- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers
2016-09-13 22:16:01 +01:00
Remita Amine
7a7309219c
[adobepass] add an option to specify mso_id and support for ROGERS TV Provider( closes #10606 )
2016-09-12 23:39:35 +01:00
Remita Amine
d37708fc86
[YoutubeDL] check only for None Value in thumbnails sorting
2016-08-25 11:53:47 +01:00
Remita Amine
75fa990dc6
[YoutubeDL] add fallback value for thumbnails values in thumbnails sorting
2016-08-25 08:49:44 +01:00
Sergey M․
5b1d85754e
[YoutubeDL] Autocalculate ext when ext is None
2016-08-21 08:28:36 +07:00