1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-03 20:05:50 -05:00

Commit graph

  • f5e54a1fda add support for NowVideo.ch Filippo Valsorda 2013-10-12 13:11:03 -0400
  • 4eb7f1d12e FFmpegPostProcessor: print the command line used if the --verbose option is given Jaime Marquínez Ferrándiz 2013-10-12 13:49:27 +0200
  • 0f6d12e43c Don't set the '-aq' option with the opus format (fixes #1263) Jaime Marquínez Ferrándiz 2013-10-12 13:29:02 +0200
  • b4cdc245cf Merge pull request #1590 from joeyadams/master Jaime Marquínez Ferrándiz 2013-10-12 02:09:39 -0700
  • 3283533149 Fix Brightcove detection when another Flash object is on the page Joey Adams 2013-10-11 21:52:30 -0400
  • 8032e31f2d Merge pull request #1558 from rzhxeo/cinemassacre Jaime Marquínez Ferrándiz 2013-10-11 20:36:50 +0200
  • d2f9cdb205 Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinemassacre Jaime Marquínez Ferrándiz 2013-10-11 19:53:27 +0200
  • 8016c92297 Fix the default values of format_id and format Jaime Marquínez Ferrándiz 2013-07-14 17:31:52 +0200
  • e028d0d1e3 Implement the prefer_free_formats in YoutubeDL Jaime Marquínez Ferrándiz 2013-07-14 17:24:18 +0200
  • 79819f58f2 Default 'format' field to {width}x{height} Jaime Marquínez Ferrándiz 2013-07-13 18:19:37 +0200
  • 6ff000b888 Do not handle format selection for IEs that already handle it Jaime Marquínez Ferrándiz 2013-07-13 17:51:26 +0200
  • 99e206d508 Implement the max quality option in YoutubeDL Jaime Marquínez Ferrándiz 2013-07-08 12:10:47 +0200
  • dd82ffea0c Implement format selection in YoutubeDL Jaime Marquínez Ferrándiz 2013-07-02 10:08:58 +0200
  • 3823342d9d [arte] Prepare for generic format support (#980) Jaime Marquínez Ferrándiz 2013-10-11 16:33:31 +0200
  • 91dbaef406 [nhl] Add an extractor for videocenter's categories (#1586) Jaime Marquínez Ferrándiz 2013-10-11 14:33:26 +0200
  • 9026dd3858 Make sure it only runs rtmpdump one time in test mode and return True if the download can be resumed Jaime Marquínez Ferrándiz 2013-10-11 12:42:15 +0200
  • 81d7f1928c Merge pull request #1565 from rzhxeo/rtmpdump_test Jaime Marquínez Ferrándiz 2013-10-11 11:46:41 +0200
  • bc4f29170f Add a PostProcessor for adding metadata to the file (closes #1570) Jaime Marquínez Ferrándiz 2013-10-11 11:19:09 +0200
  • cb354c8f62 [yahoo] Download the info from another page Jaime Marquínez Ferrándiz 2013-10-10 21:01:45 +0200
  • 1cbb27b151 [gamespot] Mark as broken (#1587) Jaime Marquínez Ferrándiz 2013-10-10 19:55:09 +0200
  • 0ab4ff6378 [mtv] Strip the description Jaime Marquínez Ferrándiz 2013-10-10 19:53:44 +0200
  • 63da13e829 Add an extractor for faz.net (closes #1582) Jaime Marquínez Ferrándiz 2013-10-10 19:37:17 +0200
  • 4193a453c2 Don't add extractors with IE_DESC set to False to the page of supported sites. Jaime Marquínez Ferrándiz 2013-10-10 16:18:02 +0200
  • 2e1fa03bf5 Add an extractor for video.nhl.com (closes #1586) Jaime Marquínez Ferrándiz 2013-10-10 15:25:11 +0200
  • 8f1ae18a18 release 2013.10.09 Philipp Hagemeister 2013-10-09 23:50:47 +0200
  • 57da92b7df [youtube] Do not recognize attribution link as user (Fixes #1573) Philipp Hagemeister 2013-10-09 23:50:38 +0200
  • df4f632dbc Merge pull request #1584 from wingsuit/master Jaime Marquínez Ferrándiz 2013-10-09 07:44:06 -0700
  • a34c2faae4 [youtube] set the 'name' parameter in the subtitles url (fixes #1577) Jaime Marquínez Ferrándiz 2013-10-09 16:41:36 +0200
  • 1d368c7589 Tiny tpo Tom 2013-10-09 21:56:09 +0800
  • 88bd97e34c [vevo] Some improvements (fixes #1580) Jaime Marquínez Ferrándiz 2013-10-08 21:23:55 +0200
  • 2ae3edb1cf Fix the printing of the proxy map in debug mode Jaime Marquínez Ferrándiz 2013-10-07 21:10:31 +0200
  • b2ad967e45 Simplify test setup Philipp Hagemeister 2013-10-07 19:06:36 +0200
  • a27b9e8bd5 Move opener setup into a separate helper function Philipp Hagemeister 2013-10-07 18:50:26 +0200
  • 4481a754e4 release 2013.10.07 Philipp Hagemeister 2013-10-07 14:34:19 +0200
  • faa6ef6bc8 [jeuxvideo] Improve code quality (fixes #1567) Philipp Hagemeister 2013-10-07 14:33:23 +0200
  • 15870e90b0 Restore warning when user forgets to quote URL (#1396) Philipp Hagemeister 2013-10-07 12:21:24 +0200
  • 8e4f824365 Remove test parameter from _download_with_rtmpdump rzhxeo 2013-10-06 22:04:32 +0200
  • 387ae5f30b [vimeo] Recognize urls ending in a slash (fixes #1242) Jaime Marquínez Ferrándiz 2013-10-06 21:56:23 +0200
  • ad7a071ab6 Only download 1 sec. with rtmpdump in test mode rzhxeo 2013-10-06 20:55:24 +0200
  • 1310bf2474 [redtube] add age_limit Philipp Hagemeister 2013-10-06 16:39:35 +0200
  • b24f347190 Merge branch 'download-archive' Philipp Hagemeister 2013-10-06 16:30:26 +0200
  • ee6c9f95e1 Remove superfluous parenthesis Philipp Hagemeister 2013-10-06 16:28:36 +0200
  • 2a69c6b879 Merge branch 'age_limit' Philipp Hagemeister 2013-10-06 16:23:18 +0200
  • cfadd183c4 Call extracted property age_limit everywhere Philipp Hagemeister 2013-10-06 16:23:06 +0200
  • e484c81f0c [generic] Clarify error messages Philipp Hagemeister 2013-10-06 16:03:18 +0200
  • 7e5e8306fd release 2013.10.06 Philipp Hagemeister 2013-10-06 07:13:14 +0200
  • 41e8bca4d0 [viddler] Add basic support (Fixes #1520) Philipp Hagemeister 2013-10-06 07:12:47 +0200
  • 8dbe9899a9 Allow users to specify an age limit (fixes #1545) Philipp Hagemeister 2013-10-06 06:06:30 +0200
  • f4aac741d5 Move try_rm to test helpers Philipp Hagemeister 2013-10-06 05:47:17 +0200
  • c1c9a79c49 Add basic --download-archive option Philipp Hagemeister 2013-10-06 04:27:09 +0200
  • 226113c880 Merge remote-tracking branch 'origin/tox' Philipp Hagemeister 2013-10-05 22:47:44 +0200
  • 8932a66e49 [fixup] remove unnecessary commented function Filippo Valsorda 2013-10-05 16:38:37 -0400
  • 79cfb46d42 add tox configuration file for easy testing Filippo Valsorda 2013-10-05 16:08:48 -0400
  • 00fcc17aee add capability to suppress expected warnings in tests Filippo Valsorda 2013-10-05 15:55:58 -0400
  • e94b783c74 [googleplus] Fix upload_date detection Philipp Hagemeister 2013-10-05 16:38:33 +0200
  • 97dae9ae07 [bliptv] Make sure video ID is a string Philipp Hagemeister 2013-10-05 16:12:21 +0200
  • ca215e0a4f [CinemassacreIE] Use MD5 to check in TEST description rzhxeo 2013-10-05 13:42:17 +0200
  • 91a26ca559 [CinemassacreIE] Remove docstring from class rzhxeo 2013-10-05 13:40:05 +0200
  • 1ece880d7c [CinemassacreIE] Add support for other embed methods rzhxeo 2013-10-05 13:36:13 +0200
  • 400afddaf4 Add CinemassacreIE rzhxeo 2013-10-05 09:37:11 +0200
  • c3fef636b5 [dailymotion] Fix playlist extraction Jaime Marquínez Ferrándiz 2013-10-04 14:07:29 +0200
  • 46e28a84ca [brightcove] Fix up some broken HTML (#1553) Philipp Hagemeister 2013-10-04 11:53:49 +0200
  • 17ad2b3fb1 [yahoo] Switch ext of test Philipp Hagemeister 2013-10-04 11:44:56 +0200
  • 5e2a60db4a [yahoo] Fix test title Philipp Hagemeister 2013-10-04 11:44:02 +0200
  • cd214418f6 [redtube] pep8 Philipp Hagemeister 2013-10-04 11:41:57 +0200
  • ba2d9f213e [jeuxvideo] fix video file md5sum Philipp Hagemeister 2013-10-04 11:38:56 +0200
  • 7f8ae73a5d Include length in player cache ID Philipp Hagemeister 2013-10-04 11:36:04 +0200
  • 466880f531 [yahoo] Do not try to run rtmpdump on travis Philipp Hagemeister 2013-10-04 11:34:12 +0200
  • 9f1f6d2437 [rtlnow] Skip test on travis Philipp Hagemeister 2013-10-04 11:33:14 +0200
  • 9e0f897f6b [francetv] Use common format for ID of generation-quoi subextractor Philipp Hagemeister 2013-10-04 11:30:01 +0200
  • c0f6aa876f Merge remote-tracking branch 'origin/master' Philipp Hagemeister 2013-10-04 11:14:20 +0200
  • d93bdee9a6 [comedycentral] Prepare for generic video extraction (#980) Philipp Hagemeister 2013-10-04 11:14:10 +0200
  • f13d09332d [mtv] Prepare for #980 Philipp Hagemeister 2013-10-04 11:10:04 +0200
  • 2f5865cc6d Clarify that url and ext are optional when formats is given (#980) Philipp Hagemeister 2013-10-04 11:09:43 +0200
  • deefc05b88 Document formats (for #980) Philipp Hagemeister 2013-10-04 10:40:42 +0200
  • 0d8cb1cc14 [ted] Prepare #980 merge Philipp Hagemeister 2013-10-04 10:32:34 +0200
  • a90b9fd209 Merge pull request #1551 from rzhxeo/flickr Jaime Marquínez Ferrándiz 2013-10-03 23:14:12 -0700
  • 829493439a [FlickrIE] Fix HTTPS url rzhxeo 2013-10-04 07:47:40 +0200
  • 73b4fafd82 Use self._download_webpage everywhere Pierre Rudloff 2013-10-04 01:12:42 +0200
  • b039775057 Unused variable Pierre Rudloff 2013-10-04 01:07:24 +0200
  • 5c1d63b737 Changes suggested by @phihag Pierre Rudloff 2013-10-04 01:04:38 +0200
  • 3cd022f6e6 Merge remote-tracking branch 'rzhxeo/rtl_ntv' Philipp Hagemeister 2013-10-04 00:59:11 +0200
  • abefd1f7c4 Merge remote-tracking branch 'rzhxeo/rtl_upload_date' Philipp Hagemeister 2013-10-04 00:58:35 +0200
  • c21315f273 [youtube] new static 82 signature Philipp Hagemeister 2013-10-04 00:43:01 +0200
  • 9ab1018b1a release 2013.10.04 Philipp Hagemeister 2013-10-04 00:38:19 +0200
  • da0a5d2d6e [france2] Add support for URLs without video IDs (Fixes #1547) Philipp Hagemeister 2013-10-04 00:31:10 +0200
  • ee6adb166c [ign] Support more urls and detect multiple videos in articles (fixes #1543) Jaime Marquínez Ferrándiz 2013-10-02 20:59:34 +0200
  • be8fe32c92 Fix help of --cachedir Philipp Hagemeister 2013-10-02 14:37:19 +0200
  • c38b1e776d [youtube] Simplify cache_dir code (#1529) Philipp Hagemeister 2013-10-02 08:41:03 +0200
  • 4f8bf17f23 Merge remote-tracking branch 'holomorph/master' Philipp Hagemeister 2013-10-02 08:23:53 +0200
  • ca40186c75 [youtube] Fix static 82 signature (Closes #1539) Philipp Hagemeister 2013-10-02 08:19:56 +0200
  • a8c6b24155 [youtube] Support videos without a title (Fixes #1391, Closes #1542) Philipp Hagemeister 2013-10-02 07:25:35 +0200
  • bd8e5c7ca2 Merge pull request #1531 from rg3/no-playlist Filippo Valsorda 2013-10-01 10:08:20 -0700
  • 7c61bd36bb [youtube] correct --no-playlist for python3 Filippo Valsorda 2013-10-01 11:58:13 -0400
  • c54283824c [dailymotion] Detect vevo videos (fixes #1532) Jaime Marquínez Ferrándiz 2013-10-01 15:05:41 +0200
  • 52f15da2ca release 2013.10.01.1 Philipp Hagemeister 2013-10-01 14:44:26 +0200
  • 44d466559e Properly handle stream meap not being present Philipp Hagemeister 2013-10-01 14:44:09 +0200
  • 05751eb047 release 2013.10.01 Philipp Hagemeister 2013-10-01 11:43:54 +0200
  • f10503db67 Handle videos without url_encoded_fmt_stream_map (Fixes #1535) Philipp Hagemeister 2013-10-01 11:39:11 +0200
  • adfeafe9e1 [RTLnowIE] Allow video description without upload date rzhxeo 2013-10-01 07:22:49 +0200