1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-22 10:11:52 +00:00

Commit graph

  • 035429560e Merge f1f300e629 into 40fd4cb86a GitHub Merge Button 2011-11-30 08:19:15 -0800
  • f1f300e629 Add list of files to ignore for youtube-dl. Rogério Brito 2011-11-30 14:17:20 -0200
  • dd17922afc OpenClassRoom videos (#234) Philipp Hagemeister 2011-11-30 10:52:04 +0100
  • 3d04c50899 Clarify --max-downloads help SilentGob 2011-11-30 10:25:44 +0100
  • 10321e5b74 Clarify the --max-downloads option, we do not abort after downloading NUMBER files SilentGob 2011-11-30 10:21:53 +0100
  • 40fd4cb86a Move merged code to dev version Philipp Hagemeister 2011-11-30 10:00:36 +0100
  • 9e9b75ae4d Merge pull request #236 from lra/dailymotion-fix Philipp Hagemeister 2011-11-30 00:57:09 -0800
  • be2578a520 Merge 8abf76ddb9 into c95da745bc GitHub Merge Button 2011-11-29 19:35:12 -0800
  • 8abf76ddb9 Fix the DailymotionIE to parse the new title of a webpage Laurent Raufaste 2011-11-29 22:30:42 -0500
  • d75d7eb9ba When using formatted output, don't split on path for audio extraction. Filenames with periods are interpreted as extensions. kevin 2011-11-29 18:01:29 -0800
  • 8ead1ce9ce Merge 7401ca7c5f into c95da745bc GitHub Merge Button 2011-11-29 11:23:06 -0800
  • c95da745bc Mention -o - in doc (Closes #204) Philipp Hagemeister 2011-11-29 20:22:27 +0100
  • 0cd235eef6 Use freedesktop.org mandated user config file location (Suggested by Tyll in #231) Philipp Hagemeister 2011-11-29 20:13:06 +0100
  • 77315556f1 Do not count unmatched or skipped videos towards max-downloads (Closes #232) Philipp Hagemeister 2011-11-29 20:08:01 +0100
  • c379c181e0 Preliminary implementation of configuration files Philipp Hagemeister 2011-11-28 01:29:46 +0100
  • 31a2ec2d88 Document -o %(upload_date)s (Closes #228) Philipp Hagemeister 2011-11-28 01:00:01 +0100
  • b88a52504e --max-downloads option (Closes #230) Philipp Hagemeister 2011-11-28 00:55:44 +0100
  • ccb5001550 Merge 353c030b76 into 849edab8ec GitHub Merge Button 2011-11-27 08:37:25 -0800
  • 353c030b76 Rename max-files to max-downloads, improve handling of max_downloads Vladimir Berezhnoy 2011-11-27 20:36:27 +0400
  • 1080820b50 fix behavior when max_files not set Vladimir Berezhnoy 2011-11-27 19:41:24 +0400
  • fa0d627720 Add --max-files option Vladimir Berezhnoy 2011-11-26 23:15:34 +0400
  • a95567af99 Credit shizeeg for Mixcloud IE Philipp Hagemeister 2011-11-24 18:58:19 +0100
  • 3b2660d34c Merge 96cf6898fa into 849edab8ec GitHub Merge Button 2011-11-24 09:06:23 -0800
  • 849edab8ec Move MixcloudIE to __init__.py Philipp Hagemeister 2011-11-24 18:02:12 +0100
  • 67cfc567f9 Merge b158a1d946 into fa2672f9fc GitHub Merge Button 2011-11-24 08:51:17 -0800
  • b158a1d946 Mixcloud IE sh!zeeg 2011-11-24 20:45:14 +0400
  • db2c6281eb Release 2011.11.23: Update webpage Philipp Hagemeister 2011-11-23 10:39:50 +0100
  • fa2672f9fc Release 2011.11.23 2011.11.23 Philipp Hagemeister 2011-11-23 10:36:52 +0100
  • 28e3614bc0 Fix vimeo error (Closes #224) Philipp Hagemeister 2011-11-23 10:35:17 +0100
  • 208e095f72 Correct simplify_title call in ComedyCentral IE Philipp Hagemeister 2011-11-22 21:26:38 +0100
  • 06a129c9dd Release 2011.11.22 Philipp Hagemeister 2011-11-22 15:39:04 +0100
  • 5a938b5d04 +Makefile Philipp Hagemeister 2011-11-22 15:37:47 +0100
  • 0ae7abe57c Release 2011.11.22 2011.11.22 Philipp Hagemeister 2011-11-22 15:32:53 +0100
  • dc0a294a73 Make exception handling 2.5-compatible (Closes #223) Philipp Hagemeister 2011-11-22 15:31:30 +0100
  • b6f1228146 Merge 9d93f6d31c into 468c99257c GitHub Merge Button 2011-11-22 05:22:23 -0800
  • 9d93f6d31c Mixcloud IE code cleanup sh!zeeg 2011-11-22 17:17:31 +0400
  • b0e67d2404 Release 2011.11.21 Philipp Hagemeister 2011-11-21 21:54:04 +0100
  • 468c99257c Release 2011.11.21 2011.11.21 Philipp Hagemeister 2011-11-21 21:51:24 +0100
  • af8e8d63f9 Allow non-ASCII characters in simplified titles(Closes #220) Philipp Hagemeister 2011-11-21 21:50:39 +0100
  • e092418d8b Simplify simplify_title Philipp Hagemeister 2011-11-21 20:15:32 +0100
  • e33e3045c6 First tests Philipp Hagemeister 2011-11-21 20:07:24 +0100
  • cb6568bf21 Use the dev version in Makefile Philipp Hagemeister 2011-11-21 20:00:54 +0100
  • 235b3ba479 Move code into a separate Python module Philipp Hagemeister 2011-11-21 19:59:59 +0100
  • 5b3330e0cf Remove empty real_initialize defs Philipp Hagemeister 2011-11-21 19:31:20 +0100
  • 96af10124b Mixcloud IE sh!zeeg 2011-11-21 21:30:23 +0400
  • aab771fbdf Credit authors of Soundclound and InfoQ extractors Philipp Hagemeister 2011-11-16 09:33:03 +0100
  • 00f95a93f5 InfoQ IE (Closes #216) Philipp Hagemeister 2011-11-15 23:00:31 +0100
  • 1724e7c461 Merge remote-tracking branch 'ngokevin/soundcloud' Philipp Hagemeister 2011-11-15 22:37:49 +0100
  • 5724207668 Merge 3b98a5ddac into 8b59cc93d5 GitHub Merge Button 2011-11-15 13:23:13 -0800
  • 3b98a5ddac InfoQ IE Ori Avtalion 2011-11-15 23:13:12 +0200
  • ff7c21ca06 Merge 38348005b3 into 8b59cc93d5 GitHub Merge Button 2011-11-15 01:39:19 -0800
  • 8b59cc93d5 Merge pull request #211 from techtonik/patch-1 Philipp Hagemeister 2011-11-15 01:39:17 -0800
  • 5e24d35565 Merge abeac45abe into c3e4e7c182 GitHub Merge Button 2011-11-15 01:36:19 -0800
  • c3e4e7c182 Fix youtube playlist IE match (Closes: #210) Philipp Hagemeister 2011-11-15 10:35:39 +0100
  • 38348005b3 removed weird indent Kevin Ngo 2011-11-12 17:28:26 -0800
  • 208c4b9128 added whitespace below soundcloudIE class Kevin Ngo 2011-11-12 17:10:21 -0800
  • ec574c2c41 extracts full title from source Kevin Ngo 2011-11-12 17:08:40 -0800
  • 871be928a8 now downloads soundcloud songs, need to polish title grabbing and file naming Kevin Ngo 2011-11-12 16:48:43 -0800
  • b20d4f8626 changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't download. need to figure out how the whole process works to integrate correctly Kevin Ngo 2011-11-10 01:04:33 -0800
  • 073d7a5985 extracted all of the soundcloud information including description (not tested), need to hook into filedownloader Kevin Ngo 2011-11-09 01:52:36 -0800
  • 40306424b1 work on soundcloud information extractor...need to talk to youtube-dl guys Kevin Ngo 2011-11-08 00:03:35 -0800
  • ecb3bfe543 going home and need to upload what little i did Kevin Ngo 2011-11-07 18:02:10 -0800
  • 96cf6898fa fixed a report error when in stdout mode Henry Cooke 2011-11-07 18:25:42 -0500
  • abeac45abe Fix duplicated downloads from YouTube user page where watch URLs are not always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one. anatoly techtonik 2011-11-06 16:42:43 +0300
  • 0fca93ac60 Merge pull request #206 from rbrito/fixes/facebook-ie-2 Philipp Hagemeister 2011-11-02 10:56:18 -0700
  • 5bcd03ebb2 Merge 857e5f329a into 053419cd24 GitHub Merge Button 2011-11-01 07:13:07 -0700
  • 857e5f329a FacebookIE: Fix regexp to recognize videos that weren't considered. Rogério Brito 2011-11-01 12:07:05 -0200
  • a59c25bc63 added option to write downloaded data to STDOUT instead of a file Henry Cooke 2011-10-29 20:04:45 +0200
  • fc8d2a3e81 Merge 053419cd24 into 45aa690868 GitHub Merge Button 2011-10-20 15:32:36 -0700
  • 053419cd24 FacebookIE: The date doesn't seem to be available anymore. Rogério Brito 2011-10-20 20:28:29 -0200
  • 99e207bab0 FacebookIE: Fix extraction of title as Facebook has changed stuff. Rogério Brito 2011-10-20 20:27:48 -0200
  • 0067bbe7a7 FacebookIE: Not all videos are available in all formats. Rogério Brito 2011-10-20 20:26:42 -0200
  • 92961845c3 docs for 2011.10.19 Philipp Hagemeister 2011-10-19 00:40:55 +0200
  • 45aa690868 Release 2011.10.19 2011.10.19 Philipp Hagemeister 2011-10-19 00:40:13 +0200
  • beb245e92f Merge branch 'vimeo' of https://github.com/rbrito/youtube-dl Philipp Hagemeister 2011-10-19 00:38:41 +0200
  • 3aa4ac44c3 Merge 87929e4b35 into c424df0d2f GitHub Merge Button 2011-10-18 15:38:10 -0700
  • c424df0d2f vimeo: Add the ability to detect if a video is available in HD. (Closes: #194) Rogério Brito 2011-10-18 19:47:19 -0200
  • 87929e4b35 vimeo: Add the ability to detect if a video is available in HD. Rogério Brito 2011-10-18 19:47:19 -0200
  • d76736fc5e Merge pull request #195 from rbrito/xvideos Philipp Hagemeister 2011-10-18 13:49:21 -0700
  • 37dcf3d278 Merge 0f9b77223e into 6501a06d46 GitHub Merge Button 2011-10-18 13:45:45 -0700
  • 0f9b77223e xvideos: Capture only the video title, not the name of the site. Rogério Brito 2011-10-18 18:42:01 -0200
  • 9f47175a40 xvideos: Fix misleading error message when extracting the URL. Rogério Brito 2011-10-18 18:41:02 -0200
  • a1a8713aad xvideos: Normalize the URL or it will fail with some inputs. Rogério Brito 2011-10-18 18:38:17 -0200
  • 8a047cb1f3 Merge 6501a06d46 into 8d89fbae5a GitHub Merge Button 2011-10-13 12:46:02 -0700
  • 6501a06d46 Quick and dirty IE for xvideos.com. Rogério Brito 2011-10-13 16:44:20 -0300
  • 8d89fbae5a CollegeHumor IE Philipp Hagemeister 2011-10-12 21:13:43 +0200
  • 7a2cf5455c Fix recognition of http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry Philipp Hagemeister 2011-10-04 03:25:20 +0200
  • 7fca5ed579 Merge 7125a7ca8b into 54d47874f7 GitHub Merge Button 2011-10-03 17:45:37 -0700
  • 7125a7ca8b Support "newstyle" Youtube playlist IDs. Rogério Brito 2011-10-03 21:36:32 -0300
  • f9c3398449 release 2011.09.30 Philipp Hagemeister 2011-09-30 09:08:53 +0200
  • 54d47874f7 release 2011.09.30 2011.09.30 Philipp Hagemeister 2011-09-30 09:07:59 +0200
  • 2761012f69 Cosmetic changes to --list-formats Philipp Hagemeister 2011-09-30 09:07:36 +0200
  • bffe76ba4b Remove empty <tr>s in index Philipp Hagemeister 2011-09-28 09:55:54 +0200
  • 0d29baa7c6 Make documentation valid HTML Philipp Hagemeister 2011-09-28 09:53:50 +0200
  • dd9d3efcfb Make FAQ valid HTML Philipp Hagemeister 2011-09-28 09:52:01 +0200
  • 9014805f26 Fix stray </a> in FAQ Philipp Hagemeister 2011-09-28 09:50:04 +0200
  • f973da57a4 Switch to HTML5 doctype Philipp Hagemeister 2011-09-28 09:49:19 +0200
  • a073eb792f Update documentation and FAQ Philipp Hagemeister 2011-09-28 09:47:54 +0200
  • f202278fe1 Close <ul> in first FAQ question Philipp Hagemeister 2011-09-28 09:29:19 +0200
  • b7f4ac4e00 Merge 3de2a1e635 into 1eff9ac0c5 GitHub Merge Button 2011-09-27 16:42:42 -0700