Next | Query returned 253 messages, browsing 171 to 180 | Previous

History of commit frequency

CVS Commit History:


   2016-02-25 20:07:59 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Update net/youtube-dl to 2016.02.22.

pkgsrc changes:
 o Take the MAINTAINERship

Changes:
2016.02.22:
 o [animeondemand] Add extractor (#8518)
 o [noz] Add new extractor
 o [screenjunkies] Add new extractor
 o [arte:magazine] Add extractor
 o Misc bug fixes and improvements.
   2016-02-15 07:30:51 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2016.02.13:
* Improve dailymotion embed detection
* strip http urls in smil manifest
* Improve base url construction
* Pass mpd base url to _parse_mpd_formats
* Allow bestvideo+bestaudio for any extractor
* Add direct mpd url test
* Improve multifeed videos extraction
   2016-02-06 10:39:20 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Update "youtube-dl" to version 2016.02.05.1. Changes since 2016.01.23:
[youtube] added vcodec/acodec/abr for multiple itags
[utils] Add more items to mimetype2ext (#8293)
[utils] Reorder items in mimetype2ext alphabetically
[youtube] Prefer info from YouTube than _formats (#8293)
[common] Keep full codec name from m3u8 manifests
[facebook] Add shortcut and reformat _VALID_URL
[facebook:post] Add extractor (Closes #8321)
[vevo] extract all formats and bypass geo restriction
[vevo] extract metadata and formats from api if videoinfo is empty
[cspan] Fix clip/prog id extraction (#8317)
[vevo] fallback to youtube video only if vevo video is geo restricted
[cspan] Extract from path when no qualities (Closes #8317)
[instagram] Make description optional (Closes #8326)
[daum.net] Fixes #8331
[extractor/common] Auto calculate tbr when missing
[spankbang] Fix formats extraction
[spankbang] Fix title extraction (Closes #8329)
[extractor/common] detect media playlist in _extract_m3u8_formats
[cbsnews] extract all formats
[cbsnews] Remove unused import
[utils] fix dfxp2srt text extraction(fixes #8055)
[ndr:embed:base] Add missing ext for m3u8
[ok] Add support for mobile URLs (Closes #8345)
[bbc] Add another title regex (Closes #8340)
[bbc] Add another description regex
[bbc] Add test for #8147
[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)
[youtube:user] Require 'https?://' in the url (fixes #8356)
[azubu] Add extractor for live streams (closes #8343)
[cspan] Unescape path (Closes #8365)
[extractor/common] Restrict checks when auto calculating tbr
[espn] Improve video id extraction (Closes #8368)
[daum] Fix copy-paste mistake
[daum] Fix add view_count, comment_count to test
[daum.net] Move the request to ClipInfoXml.do
[daum.net] Support VodPlayer.swf URLs (closes #8173)
[daum] Add 'thumbnail' to all _TESTS
[facebook] Support alternative webpage form
[youtube] Move decrypt_sig out of _parse_dash_manifest
[daum.net] Support for playlists, user channels
[downloader/f4m] Prefer bootstrap url attribute over inline bootstrap
[matchtv] Add extractor (Closes #8313)
[options] Add missing closing parenthesis
[common] _parse_dash_manifest() from youtube.py
[downloader/fragment] Do not report total bytes estimation and eta
[downloader/f4m] Add live stream flag to context
[common] Modify _parse_dash_manifest for use in Facebook
[downloader/fragment] Remove superfluous whitespace
[facebook] Add support for DASH manifests
[youtube] Pass self._formats to _parse_dash_manifest
[common] Fix for youtube
[common] Prefer the manifest than formats_dict in determining codecs
[downloader/f4m] Do not update fragment list while test
[youtube] Remove '(v|a)codec': 'none' entries
[common] Rename to namespace
[common] Remove unused arguments
[common] Add _extract_dash_manifest_formats
[facebook] Add md5 for the test case with DASH
[generic] Add support for Limelight API
[limelight] fix format sorting and make m3u8 and f4m extraction
[npo] Add extension for m3u8
[viidea] Skip download for the test case requiring ffmpeg
[vgtv] Fix test_VGTV_2
[screenwavemedia] Fix HLS extension and test_TeamFour
[tv2] Fix test_TV2
[senateisvp] Fix test_SenateISVP and test_SenateISVP_1
[nrktv] Fix _TESTS
[nbc] Use NBC's id and fix _TESTS
[nba] Add ext for hls formats and fix test_NBA
[schooltv] Add extractor for SchoolTV playlists
[schooltv] Improve video id regex
[Gamekings] Fix url from .tv to .nl
[letv] Fix LetvCloud extraction
[Gamekings] Fix viewing of old videos
[youtube] Use authentication for entry list base extractor (Closes #8380)
[youtube] Filter duplicates in playlists base extractor
[test_youtube_lists] Fix TestYoutubeLists.test_youtube_course
[test_subtitles] Fix TestRaiSubtitles
[xuite] Replace the test case with my uploaded one
[FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)
[youtube] Use 'orderedSet' instead of 'set' to preserve the order
[gamekings] Add MD5 back
[gamekings] add_ie
[gamekings] Stricter checks
[acast] Fix extraction
[acast] Remove ACastBaseIE
[allocine] Fix extraction of test_allocine_1 and update tests
[bpb] Fix extraction and update tests
[allocine] Use xpath_element
[vidzi] Fix extraction
[vidzi] Fix _TESTS
[YoutubeDL] Do not override ie_key in url_transparent
[kickstarter] Eliminate the warning message and add_ie
[kickstarter] Fix title and test_kickstarter
[daum] PEP8
[daum] Do not match a single URL with multiple info extractors
[daum] Update test_daum_1
[daum.net:user] Match more URLs (#1952)
[vk:uservideos] Improve _VALID_URL (Closes #8389)
[test_YoutubeDL] Fix test_youtube_format_selection
[ffmpeg] fix adding metadata when using --hls-prefer-native(#8350)
[utils] dfxp2srt: make TTMLPElementParser inherit from object
[cbsnews] add support for live videos(fixes #7010)
[srgssr] use flv as ext for rtmp formats
[README.md] Clarify unavailable sequences in output format
[kuwo] Check for georestriction
[generic] extract m3u8 formats when mpegurl content type detected
[youtube] fix subtitle extraction(fixes #8415)
[youtube] fix subtitle order
[test_subtitles] update youtube subtitles tests
[arte.tv:+7] Fix extraction (fixes #8427)
   2016-01-24 19:35:41 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2016.01.23:
[downloader/common] report_retry: Don't crash when retries is infinite
[cbsnews] Extract subtitles
[cbsnews] Simplify subtitles extraction and fix test
[arte:future] Fix extraction
[arte:future] Make duplicated test matching only
[arte:cinema] Add extractor
[nuevo] Generalize nuevo extractor and add support for trollvids
[nuevo] Simplify nuevo extractors
[ruleporn] Add new extractor
[nuevo] Improve thumbnail extraction
[ruleporn] Rework in terms of nuevo
[lovehomeporn] Add extractor
[SVTPlay] Add subtitle support
[svt] Improve subtitles extraction and add test
[options] Clarify language tags
[kanalplay] Use IETF language tag
[drtv] Use IETF language tag
   2016-01-17 11:10:33 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2016.01.15:
* fix signature and media url extraction
* Revert "[history] fix signature and media url extraction"
* extend _VALID_URL regex
* add support for episode pages
* Add support for fyi.tv, aetv.com and mylifetime.com
* Add shortcut
* Fix extraction
* Remove import
* Add extractor import
* Improve _VALID_URL
* Add new extractor
   2016-01-11 10:10:10 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2016.01.09:
* Automatically pickup full movie when rented
* Extract xHamster title fix
* Improve title extraction
* Fix upload date extraction
* Fix duration extraction
* Fix view count extraction
* Change title regex precedence
* Fix uploader extraction
* Update tests
   2016-01-06 10:47:42 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
Changes 20160101:
* Fix extraction
* Update _VALID_URL
* Fix upload date extraction
* Fix description extraction and update test
* Extract duration
   2015-12-24 01:54:21 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update youtube-dl to 2015.12.23 to fix youtube support.
   2015-12-19 20:39:28 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Update net/youtube-dl to 2015.12.18.

Update during the freeze approved by jperkin@
(while strictly speaking net/youtube-dl is a leaf package there are various
possible consumers, e.g. multimedia/mpv)

Changes:
2015.12.18:
 o Misc bugfixes and improvements (most user visible change is the fixes
   for #7900 and #7901 that fixes extraction of various youtube videos)

2015.12.13
 o New [funimation] extractor
 o Misc bugfixes and improvements

2015.12.10:
 o Misc bugfixes and improvements
   2015-12-10 13:30:25 by David Brownlee | Files touched by this commit (1)
Log message:
Missed mps

Next | Query returned 253 messages, browsing 171 to 180 | Previous